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 | 1111101010110100001111110011111110001110111000110011111101000101 | fab43f3f8ee33f45 |
EUC-JP | 嶸??弱?E | 100011111011101111110100001111110011111110111100111001010011111101000101 | 8fbbf43f3fbce53f45 |
UTF-8 | 嶸뗩넀弱켹E | 11100101101101101011100011101011100101111010100111101011100001001000000011100101101111001011000111101100101111001011100101000101 | e5b6b8eb97a9eb8480e5bcb1ecbcb945 |
UHC | 嶸뗩넀弱켹E | 1110011110101110100010111110100110000110100100001110010110110000101100010110111101000101 | e7ae8be98690e5b0b16f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)