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 | 帳←?燿 | 10010010101000001000000110101001001111111110000010100000 | 92a081a93fe0a0 |
EUC-JP | 帳←?燿 | 11000100101000101010001010101011001111111110000010100010 | c4a2a2ab3fe0a2 |
UTF-8 | 帳←뿏燿 | 111001011011100010110011111000101000011010010000111010111011111110001111111001111000011110111111 | e5b8b3e28690ebbf8fe787bf |
UHC | 帳←뿏燿 | 1110110111100011101000011110011110010111100101001110100011111100 | ede3a1e79794e8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)