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 | ???o???} | 0011111100111111001111110110111100111111001111110011111101111101 | 3f3f3f6f3f3f3f7d |
SJIS-WIN | ???o???} | 0011111100111111001111110110111100111111001111110011111101111101 | 3f3f3f6f3f3f3f7d |
EUC-JP | ???o???} | 0011111100111111001111110110111100111111001111110011111101111101 | 3f3f3f6f3f3f3f7d |
UTF-8 | 렺쩨렱o렺쩨렱} | 1110101110100000101110101110110010101001101010001110101110100000101100010110111111101011101000001011101011101100101010011010100011101011101000001011000101111101 | eba0baeca9a8eba0b16feba0baeca9a8eba0b17d |
UHC | 렺쩨렱o렺쩨렱} | 1000111011000010110000101100010110001110101111100110111110001110110000101100001011000101100011101011111001111101 | 8ec2c2c58ebe6f8ec2c2c58ebe7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)