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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
EUC-JP | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
UTF-8 | 뫚뫑뫚뫀E | 11101011101010111001101011101011101010111001000111101011101010111001101011101011101010111000000001000101 | ebab9aebab91ebab9aebab8045 |
UHC | 뫚뫑뫚뫀E | 100100011011101010010001101100111001000110111010100100011010010001000101 | 91ba91b391ba91a445 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)