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????m | 0011111100111111010001010011111100111111001111110011111101101101 | 3f3f453f3f3f3f6d |
SJIS-WIN | ??E????m | 0011111100111111010001010011111100111111001111110011111101101101 | 3f3f453f3f3f3f6d |
EUC-JP | ??E????m | 0011111100111111010001010011111100111111001111110011111101101101 | 3f3f453f3f3f3f6d |
UTF-8 | 횂혘E횄혻횂짱m | 1110110110011010100000101110110110011000100110000100010111101101100110101000010011101101100110001011101111101101100110101000001011101100101001111011000101101101 | ed9a82ed989845ed9a84ed98bbed9a82eca7b16d |
UHC | 횂혘E횄혻횂짱m | 1100001110000010110000101000001101000101110000111000001111000010101000001100001110000010110000101010111101101101 | c382c28345c383c2a0c382c2af6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)