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 | 弔驀?? | 100100101010001011101001011111010011111100111111 | 92a2e97d3f3f |
EUC-JP | 弔驀?? | 110001001010010011110001110111100011111100111111 | c4a4f1de3f3f |
UTF-8 | 弔驀렣讀 | 111001011011110010010100111010011010100110000000111010111010000010100011111011111010010110011010 | e5bc94e9a980eba0a3efa59a |
UHC | 弔驀렣讀 | 1111000011000000110110001110100110001110101101001101010011100110 | f0c0d8e98eb4d4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)