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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 餓?6B | 100010011110110000111111100000100101010101000010 | 89ec3f825542 |
EUC-JP | 餓?6B | 101100101110111000111111101000111011011001000010 | b2ee3fa3b642 |
UTF-8 | 餓딪6B | 11101001101001001001001111101011100101001010101011101111101111001001011001000010 | e9a493eb94aaefbc9642 |
UHC | 餓딪6B | 11100100101110111011010111111010101000111011011001000010 | e4bbb5faa3b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)