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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | クス竺E | 111100011111011110111000111100011000111010111101100011101011000101000101 | f1f7b8f18ebd8eb145 |
EUC-JP | ?ク?ス竺E | 001111111000111010111000001111111000111010111101101111001011001101000101 | 3f8eb83f8ebdbcb345 |
UTF-8 | クス竺E | 11101110100001011011001011101111101111011011100011101110100001001000100111101111101111011011110111100111101010111011101001000101 | ee85b2efbdb8ee8489efbdbde7abba45 |
UHC | ????竺E | 00111111001111110011111100111111111101011110011101000101 | 3f3f3f3ff5e745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)