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????B | 00111111010001010011111100111111001111110011111101000010 | 3f453f3f3f3f42 |
SJIS-WIN | ?E????B | 00111111010001010011111100111111001111110011111101000010 | 3f453f3f3f3f42 |
EUC-JP | ?E????B | 00111111010001010011111100111111001111110011111101000010 | 3f453f3f3f3f42 |
UTF-8 | 혲E혞횆혞횇B | 1110110110011000101100100100010111101101100110001001111011101101100110101000011011101101100110001001111011101101100110101000011101000010 | ed98b245ed989eed9a86ed989eed9a8742 |
UHC | 혲E혞횆혞횇B | 110000101001100101000101110000101000100011000011100001001100001010001000110000111000010101000010 | c29945c288c384c288c38542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)