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 | ?擺? | 00111111100111011011001000111111 | 3f9db23f |
EUC-JP | ?擺? | 00111111110110101011010000111111 | 3fdab43f |
UTF-8 | 뤈擺퐹 | 111010111010010010001000111001101001001110111010111011011001000010111001 | eba488e693baed90b9 |
UHC | 뤈擺퐹 | 100011111011100011110111111011001011111001000010 | 8fb8f7ecbe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)