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 | 贈?厠??傲 | 100100011010000100111111100110011100110000111111001111111001100011111100 | 91a13f99cc3f3f98fc |
EUC-JP | 贈?厠??傲 | 110000101010001100111111110100101100111000111111001111111101000011111110 | c2a33fd2ce3f3fd0fe |
UTF-8 | 贈폴厠뤋넥傲 | 111010001011010010001000111011011000111110110100111001011000111010100000111010111010010010001011111010111000010010100101111001011000001010110010 | e8b488ed8fb4e58ea0eba48beb84a5e582b2 |
UHC | 贈폴厠뤋넥傲 | 111100011111110011000110111110101111011010110010100011111011101110110011110110001110011111101100 | f1fcc6faf6b28fbbb3d8e7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)