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 | 001111110011111100111111010100000100000001101000 | 3f3f3f504068 |
SJIS-WIN | 辱??P@h | 10010000010010100011111100111111010100000100000001101000 | 904a3f3f504068 |
EUC-JP | 辱??P@h | 10111111101010110011111100111111010100000100000001101000 | bfab3f3f504068 |
UTF-8 | 辱잌ㅁP@h | 111010001011111010110001111011001001111010001100111000111000010110000001010100000100000001101000 | e8beb1ec9e8ce38581504068 |
UHC | 辱잌ㅁP@h | 111010011011010010011111111001011010010010110001010100000100000001101000 | e9b49fe5a4b1504068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)