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 | 瑚驀렢렧 | 111001111001000110011010111010011010100110000000111010111010000010100010111010111010000010100111 | e7919ae9a980eba0a2eba0a7 |
UHC | 瑚驀렢렧 | 1111101111010001110110001110100110001110101100111000111010110110 | fbd1d8e98eb38eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)