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 | ???C | 00111111001111110011111101000011 | 3f3f3f43 |
SJIS-WIN | 歪??C | 1001100001100011001111110011111101000011 | 98633f3f43 |
EUC-JP | 歪??C | 1100111111000100001111110011111101000011 | cfc43f3f43 |
UTF-8 | 歪듸쉥C | 11100110101011011010101011101011100100111011100011101100100010011010010101000011 | e6adaaeb93b8ec89a543 |
UHC | 歪듸쉥C | 11101000111000001011010111101111101111011010101101000011 | e8e0b5efbdab43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)