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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瑚驀?? | 100011001110100011101001011111010011111100111111 | 8ce8e97d3f3f |
EUC-JP | 瑚驀?? | 101110001110101011110001110111100011111100111111 | b8eaf1de3f3f |
UTF-8 | 瑚驀렣렖 | 111001111001000110011010111010011010100110000000111010111010000010100011111010111010000010010110 | e7919ae9a980eba0a3eba096 |
UHC | 瑚驀렣렖 | 1111101111010001110110001110100110001110101101001000111010101011 | fbd1d8e98eb48eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)