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 | 諍驀?龍 | 11100110011110011110100101111101001111111001011110110100 | e679e97d3f97b4 |
EUC-JP | 諍驀?龍 | 11101011110110101111000111011110001111111100111010110110 | ebdaf1de3fceb6 |
UTF-8 | 諍驀렢龍 | 111010001010101110001101111010011010100110000000111010111010000010100010111010011011111010001101 | e8ab8de9a980eba0a2e9be8d |
UHC | 諍驀렢龍 | 1110111010110101110110001110100110001110101100111101011110100011 | eeb5d8e98eb3d7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)