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 | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ??莊?滓?E | 001111110011111111100100101101010011111110011111111001100011111101000101 | 3f3fe4b53f9fe63f45 |
EUC-JP | ??莊?滓?E | 001111110011111111101000101101110011111111011110111010000011111101000101 | 3f3fe8b73fdee83f45 |
UTF-8 | 林렱莊렰滓렔E | 11101111101001111011010011101011101000001011000111101000100011101000101011101011101000001011000011100110101110111001001111101011101000001001010001000101 | efa7b4eba0b1e88e8aeba0b0e6bb93eba09445 |
UHC | 林렱莊렰滓렔E | 11101100111101111000111010111110111011011111011010001110101111011110111010101011100011101010100101000101 | ecf78ebeedf68ebdeeab8ea945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)