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 | 瑚?偕? | 100011001110100000111111100110001111000100111111 | 8ce83f98f13f |
EUC-JP | 瑚?偕? | 101110001110101000111111110100001111001100111111 | b8ea3fd0f33f |
UTF-8 | 瑚렋偕렲 | 111001111001000110011010111010111010000010001011111001011000000110010101111010111010000010110010 | e7919aeba08be58195eba0b2 |
UHC | 瑚렋偕렲 | 1111101111010001100011101010001011111010101001011000111010111111 | fbd18ea2faa58ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)