To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??Q}Y??Q}bE | 0011111100111111010100010111110101011001001111110011111101010001011111010110001001000101 | 3f3f517d593f3f517d6245 |
SJIS-WIN | ??Q}Y??Q}bE | 0011111100111111010100010111110101011001001111110011111101010001011111010110001001000101 | 3f3f517d593f3f517d6245 |
EUC-JP | ??Q}Y??Q}bE | 0011111100111111010100010111110101011001001111110011111101010001011111010110001001000101 | 3f3f517d593f3f517d6245 |
UTF-8 | 횜책Q}Y횜책Q}bE | 11101101100110101001110011101100101100011000010101010001011111010101100111101101100110101001110011101100101100011000010101010001011111010110001001000101 | ed9a9cecb185517d59ed9a9cecb185517d6245 |
UHC | 횜책Q}Y횜책Q}bE | 110000111001011011000011101001010101000101111101010110011100001110010110110000111010010101010001011111010110001001000101 | c396c3a5517d59c396c3a5517d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)