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 | ????P@h | 00111111001111110011111100111111010100000100000001101000 | 3f3f3f3f504068 |
SJIS-WIN | 矮?粧?P@h | 111000011110001000111111100011111100111100111111010100000100000001101000 | e1e23f8fcf3f504068 |
EUC-JP | 矮?粧?P@h | 111000101110010000111111101111101101000100111111010100000100000001101000 | e2e43fbed13f504068 |
UTF-8 | 矮렡粧렰P@h | 111001111001111110101110111010111010000010100001111001111011001010100111111010111010000010110000010100000100000001101000 | e79faeeba0a1e7b2a7eba0b0504068 |
UHC | 矮렡粧렰P@h | 1110100011100001100011101011001011101101111100101000111010111101010100000100000001101000 | e8e18eb2edf28ebd504068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)