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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | ??橈h | 0011111100111111100111101111010001101000 | 3f3f9ef468 |
EUC-JP | ??橈h | 0011111100111111110111001111011001101000 | 3f3fdcf668 |
UTF-8 | 뾸숸橈h | 11101011101111101011100011101100100010001011100011100110101010011000100001101000 | ebbeb8ec88b8e6a98868 |
UHC | 뾸숸橈h | 10010111011110101001101001001101111010001111101001101000 | 977a9a4de8fa68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)