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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 癲??萸?F | 1110000110011111001111110011111111100100110011100011111101000110 | e19f3f3fe4ce3f46 |
EUC-JP | 癲??萸?F | 1110001010100001001111110011111111101000110100000011111101000110 | e2a13f3fe8d03f46 |
UTF-8 | 癲용같萸쿍F | 11100111100110011011001011101100100110101010100111101010101100001001100111101000100100001011100011101100101111111000110101000110 | e799b2ec9aa9eab099e890b8ecbf8d46 |
UHC | 癲용같萸쿍F | 1110111110100110101111111110101110110000101100001110101110101101101100110100001001000110 | efa6bfebb0b0ebadb34246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)