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 | 100101000100011000111111001111111001010001000110100010001111001101000101 | 94463f3f944688f345 |
EUC-JP | 認??認印E | 110001111010011100111111001111111100011110100111101100001111010101000101 | c7a73f3fc7a7b0f545 |
UTF-8 | 認솽샬認印E | 11101000101010101000110111101100100001101011110111101100100000111010110011101000101010101000110111100101100011011011000001000101 | e8aa8dec86bdec83ace8aa8de58db045 |
UHC | 認솽샬認印E | 1110110011100011101111001110000110111100101000111110110011100011111011001101010001000101 | ece3bce1bca3ece3ecd445 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)