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끇흮 | 111001011011011010101010111011111011110110000011111010111000000110000111111011011001110110101110 | e5b6aaefbd83eb8187ed9dae |
UHC | 嶪c끇흮 | 1110010111110101101000111110001110000101101110111100010110001010 | e5f5a3e385bbc58a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)