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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?c?? | 0011111110000010100000110011111100111111 | 3f82833f3f |
EUC-JP | ?c?? | 0011111110100011111000110011111100111111 | 3fa3e33f3f |
UTF-8 | 嶪c끇짧 | 111001011011011010101010111011111011110110000011111010111000000110000111111011001010011110100111 | e5b6aaefbd83eb8187eca7a7 |
UHC | 嶪c끇짧 | 1110010111110101101000111110001110000101101110111100001010101010 | e5f5a3e385bbc2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)