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 | 111100001010111011001110111100011000111010111101100011101010101001000101 | f0aecef18ebd8eaa45 |
EUC-JP | ?ホ?ス蒔E | 001111111000111011001110001111111000111010111101101111001010110001000101 | 3f8ece3f8ebdbcac45 |
UTF-8 | ホス蒔E | 11101110100000011010110111101111101111101000111011101110100001001000100111101111101111011011110111101000100100101001010001000101 | ee81adefbe8eee8489efbdbde8929445 |
UHC | ????蒔E | 00111111001111110011111100111111111000111100100001000101 | 3f3f3f3fe3c845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)