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????^ | 0011111100111111010001010011111100111111001111110011111101011110 | 3f3f453f3f3f3f5e |
SJIS-WIN | ??E????^ | 0011111100111111010001010011111100111111001111110011111101011110 | 3f3f453f3f3f3f5e |
EUC-JP | ??E????^ | 0011111100111111010001010011111100111111001111110011111101011110 | 3f3f453f3f3f3f5e |
UTF-8 | 횂혯E횂혶횄혞^ | 1110110110011010100000101110110110011000101011110100010111101101100110101000001011101101100110001011011011101101100110101000010011101101100110001001111001011110 | ed9a82ed98af45ed9a82ed98b6ed9a84ed989e5e |
UHC | 횂혯E횂혶횄혞^ | 1100001110000010110000101001011001000101110000111000001011000010100111011100001110000011110000101000100001011110 | c382c29645c382c29dc383c2885e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)