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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 迯剰洞 | 111001111000110110001111111010001001001110110100 | e78d8fe893b4 |
EUC-JP | 迯剰洞 | 111011011110110110111110111010101100011010110110 | ededbeeac6b6 |
UTF-8 | 迯剰洞 | 111010001011111110101111111001011000100110110000111001101011010010011110 | e8bfafe589b0e6b49e |
UHC | ??洞 | 00111111001111111101010011010111 | 3f3fd4d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)