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 | 囚?賞? | 100011101111101000111111100011111101110000111111 | 8efa3f8fdc3f |
EUC-JP | 囚?賞? | 101111001111110000111111101111101101111000111111 | bcfc3fbede3f |
UTF-8 | 囚年賞읰 | 111001011001101110011010111011111010011010001110111010001011001110011110111011001001110110110000 | e59b9aefa68ee8b39eec9db0 |
UHC | 囚年賞읰 | 1110000111110110111001101100010011011111110110111001111111010110 | e1f6e6c4dfdb9fd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)