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 | 蠇自鴿耳 | 1111101110100001100011101010100111101001111110011000111010101000 | fba18ea9e9f98ea8 |
EUC-JP | ?自鴿耳 | 00111111101111001010101111110010111110111011110010101010 | 3fbcabf2fbbcaa |
UTF-8 | 蠇自鴿耳 | 111010001010000010000111111010001000011110101010111010011011010010111111111010001000000010110011 | e8a087e887aae9b4bfe880b3 |
UHC | ?自?耳 | 001111111110110110111011001111111110110010111100 | 3fedbb3fecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)