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 | 悉??堰 | 100011101011101100111111001111111000100110000001 | 8ebb3f3f8981 |
EUC-JP | 悉??堰 | 101111001011110100111111001111111011000111100001 | bcbd3f3fb1e1 |
UTF-8 | 悉뒉둕堰 | 111001101000001010001001111010111001001010001001111010111001000110010101111001011010000010110000 | e68289eb9289eb9195e5a0b0 |
UHC | 悉뒉둕堰 | 1110001111111010100010101000011010001010010011101110010111101000 | e3fa8a868a4ee5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)