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 | 迯剰鴇 | 111001111000110110001111111010001001001110111100 | e78d8fe893bc |
EUC-JP | 迯剰鴇 | 111011011110110110111110111010101100011010111110 | ededbeeac6be |
UTF-8 | 迯剰鴇 | 111010001011111110101111111001011000100110110000111010011011010010000111 | e8bfafe589b0e9b487 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)