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 | 11000011100100111100001010111001010100000100000001101000 | c393c2b9504068 |
SJIS-WIN | ????P@h | 00111111001111110011111100111111010100000100000001101000 | 3f3f3f3f504068 |
EUC-JP | Ã?Â?P@h | 1000111110101010101010100011111110001111101010101010010000111111010100000100000001101000 | 8faaaa3f8faaa43f504068 |
UTF-8 | ùP@h | 1100001110000011110000101001001111000011100000101100001010111001010100000100000001101000 | c383c293c382c2b9504068 |
UHC | ???¹P@h | 0011111100111111001111111010100111110110010100000100000001101000 | 3f3f3fa9f6504068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)