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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 秧??@h | 111000100101111000111111001111110100000001101000 | e25e3f3f4068 |
EUC-JP | 秧??@h | 111000111011111100111111001111110100000001101000 | e3bf3f3f4068 |
UTF-8 | 秧믣콪@h | 1110011110100111101001111110101110101111101000111110110010111101101010100100000001101000 | e7a7a7ebafa3ecbdaa4068 |
UHC | 秧믣콪@h | 1110010011101011100100101110010110110001100111100100000001101000 | e4eb92e5b19e4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)