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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??秘鰕垈^ | 001111110011111110010100111010011110100111001111100110101011000001011110 | 3f3f94e9e9cf9ab05e |
EUC-JP | ??秘鰕垈^ | 001111110011111111001000111010111111001011010001110101001011001001011110 | 3f3fc8ebf2d1d4b25e |
UTF-8 | 뤯휀秘鰕垈^ | 11101011101001001010111111101101100111001000000011100111101001111001100011101001101100001001010111100101100111101000100001011110 | eba4afed9c80e7a798e9b095e59e885e |
UHC | 뤯휀秘鰕垈^ | 1000111111011101110010001101001111011101111110101111100111001000110100111101110001011110 | 8fddc8d3ddfaf9c8d3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)