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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 褥産褥夾E | 111001011111000110001110010110011110010111110001100110101111000101000101 | e5f18e59e5f19af145 |
EUC-JP | 褥産褥夾E | 111010101111001110111011101110101110101011110011110101001111001101000101 | eaf3bbbaeaf3d4f345 |
UTF-8 | 褥産褥夾E | 11101000101001001010010111100111100101001010001111101000101001001010010111100101101001001011111001000101 | e8a4a5e794a3e8a4a5e5a4be45 |
UHC | 褥産褥夾E | 111010011011001111011111101001111110100110110011111110101111000101000101 | e9b3dfa7e9b3faf145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)