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 | 愕??循 | 100111001011000100111111001111111000111101111010 | 9cb13f3f8f7a |
EUC-JP | 愕??循 | 110110001011001100111111001111111011110111011011 | d8b33f3fbddb |
UTF-8 | 愕栒栒循 | 111001101000010010010101111001101010000010010010111001101010000010010010111001011011111010101010 | e68495e6a092e6a092e5beaa |
UHC | 愕栒栒循 | 1110010011000011111000101110001111100010111000111110001011100000 | e4c3e2e3e2e3e2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)