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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???禮 | 0011111100111111001111111110001001011000 | 3f3f3fe258 |
EUC-JP | ???禮 | 0011111100111111001111111110001110111001 | 3f3f3fe3b9 |
UTF-8 | 롈렣뤖禮 | 111010111010000110001000111010111010000010100011111010111010010010010110111001111010011010101110 | eba188eba0a3eba496e7a6ae |
UHC | 롈렣뤖禮 | 1000111011001110100011101011010010001111110001101101011011001001 | 8ece8eb48fc6d6c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)