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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 帳??帳??^ | 100100101010000000111111001111111001001010100000001111110011111101011110 | 92a03f3f92a03f3f5e |
EUC-JP | 帳??帳??^ | 110001001010001000111111001111111100010010100010001111110011111101011110 | c4a23f3fc4a23f3f5e |
UTF-8 | 帳띈뮅帳띈뮅^ | 11100101101110001011001111101011100111011000100011101011101011101000010111100101101110001011001111101011100111011000100011101011101011101000010101011110 | e5b8b3eb9d88ebae85e5b8b3eb9d88ebae855e |
UHC | 帳띈뮅帳띈뮅^ | 11101101111000111011011011101000100100101001010011101101111000111011011011101000100100101001010001011110 | ede3b6e89294ede3b6e892945e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)