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 | 瑚驀?龍 | 10001100111010001110100101111101001111111001011110110100 | 8ce8e97d3f97b4 |
EUC-JP | 瑚驀?龍 | 10111000111010101111000111011110001111111100111010110110 | b8eaf1de3fceb6 |
UTF-8 | 瑚驀렢龍 | 111001111001000110011010111010011010100110000000111010111010000010100010111010011011111010001101 | e7919ae9a980eba0a2e9be8d |
UHC | 瑚驀렢龍 | 1111101111010001110110001110100110001110101100111101011110100011 | fbd1d8e98eb3d7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)