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 | 室??室??^ | 100011101011101000111111001111111000111010111010001111110011111101011110 | 8eba3f3f8eba3f3f5e |
EUC-JP | 室??室??^ | 101111001011110000111111001111111011110010111100001111110011111101011110 | bcbc3f3fbcbc3f3f5e |
UTF-8 | 室딇뢑室딇뢑^ | 11100101101011101010010011101011100101001000011111101011101000101001000111100101101011101010010011101011100101001000011111101011101000101001000101011110 | e5aea4eb9487eba291e5aea4eb9487eba2915e |
UHC | 室딇뢑室딇뢑^ | 11100011111110001000101011101101100011110100110011100011111110001000101011101101100011110100110001011110 | e3f88aed8f4ce3f88aed8f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)