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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 綜?厠??傲 | 100100011000111000111111100110011100110000111111001111111001100011111100 | 918e3f99cc3f3f98fc |
EUC-JP | 綜?厠??傲 | 110000011110111000111111110100101100111000111111001111111101000011111110 | c1ee3fd2ce3f3fd0fe |
UTF-8 | 綜폴厠뤋넥傲 | 111001111011011010011100111011011000111110110100111001011000111010100000111010111010010010001011111010111000010010100101111001011000001010110010 | e7b69ced8fb4e58ea0eba48beb84a5e582b2 |
UHC | 綜폴厠뤋넥傲 | 111100001111110011000110111110101111011010110010100011111011101110110011110110001110011111101100 | f0fcc6faf6b28fbbb3d8e7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)