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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | 室??十??~ | 100011101011101000111111001111111000111101011100001111110011111101111110 | 8eba3f3f8f5c3f3f7e |
EUC-JP | 室??十??~ | 101111001011110000111111001111111011110110111101001111110011111101111110 | bcbc3f3fbdbd3f3f7e |
UTF-8 | 室깗뢇十럮뢖~ | 11100101101011101010010011101010101110011001011111101011101000101000011111100101100011011000000111101011100111111010111011101011101000101001011001111110 | e5aea4eab997eba287e58d81eb9faeeba2967e |
UHC | 室깗뢇十럮뢖~ | 11100011111110001000001110001111100011110100001111100100101010001000111010001111100011110101000101111110 | e3f8838f8f43e4a88e8f8f517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)