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 | ?????EgB | 0011111100111111001111110011111100111111010001010110011101000010 | 3f3f3f3f3f456742 |
SJIS-WIN | ?!咐??EgB | 00111111100000010100100110011001111100110011111100111111010001010110011101000010 | 3f814999f33f3f456742 |
EUC-JP | ?!咐??EgB | 00111111101000011010101011010010111101010011111100111111010001010110011101000010 | 3fa1aad2f53f3f456742 |
UTF-8 | 룶!咐룶엌EgB | 111010111010001110110110111011111011110010000001111001011001001010010000111010111010001110110110111011001001011110001100010001010110011101000010 | eba3b6efbc81e59290eba3b6ec978c456742 |
UHC | 룶!咐룶엌EgB | 10001111101010111010001110100001110111001111101110001111101010111011111011111101010001010110011101000010 | 8faba3a1dcfb8fabbefd456742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)