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 | 憶?П憶 | 10001001101011110011111110000100010100001000100110101111 | 89af3f845089af |
EUC-JP | 憶?П憶 | 10110010101100010011111110100111101100011011001010110001 | b2b13fa7b1b2b1 |
UTF-8 | 憶귥П憶 | 1110011010000110101101101110101010110111101001011101000010011111111001101000011010110110 | e686b6eab7a5d09fe686b6 |
UHC | 憶귥П憶 | 1110010111100011100000101110110010101100101100011110010111100011 | e5e382ecacb1e5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)