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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????梯? | 00111111001111110011111100111111100100101111001000111111 | 3f3f3f3f92f23f |
EUC-JP | 饔???梯? | 100011111110100011101111001111110011111100111111110001001111010000111111 | 8fe8ef3f3f3fc4f43f |
UTF-8 | 饔累렓렜梯큠 | 111010011010010110010100111011111010010110001111111010111010000010010011111010111010000010011100111001101010001010101111111011011000000110100000 | e9a594efa58feba093eba09ce6a2afed81a0 |
UHC | 饔累렓렜梯큠 | 111010001011110111010010111010011000111010101000100011101010111011110000101011001100010110101000 | e8bdd2e98ea88eaef0acc5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)