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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 憶???? | 100010011010111100111111001111110011111100111111 | 89af3f3f3f3f |
EUC-JP | 憶??瀣? | 1011001010110001001111110011111110001111110010011011000100111111 | b2b13f3f8fc9b13f |
UTF-8 | 憶귣쑙瀣믥 | 111001101000011010110110111010101011011110100011111011001001000110011001111001111000000010100011111010111010111110100101 | e686b6eab7a3ec9199e780a3ebafa5 |
UHC | 憶귣쑙瀣믥 | 11100101111000111000001011101011100111001011100011111010101011101001001011100111 | e5e382eb9cb8faae92e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)