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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 營??惟?? | 1001101001111010001111110011111110001000110100100011111100111111 | 9a7a3f3f88d23f3f |
EUC-JP | 營??惟?? | 1101001111011011001111110011111110110000110101000011111100111111 | d3db3f3fb0d43f3f |
UTF-8 | 營뚮텊惟뀀쭨 | 111001111000011110011111111010111001101010101110111011011000010110001010111001101000001110011111111010111000000010000000111011001010110110101000 | e7879feb9aaeed858ae6839feb8080ecada8 |
UHC | 營뚮텊惟뀀쭨 | 111001111011110110001100111010111011011010000111111010101110111010110010111010111010011110011100 | e7bd8cebb687eaeeb2eba79c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)