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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 猷??鼇 | 100101110101000100111111001111111110101010000111 | 97513f3fea87 |
EUC-JP | 猷??鼇 | 110011011011001000111111001111111111001111100111 | cdb23f3ff3e7 |
UTF-8 | 猷띰펯鼇 | 111001111000110010110111111010111001110110110000111011011000111010101111111010011011110010000111 | e78cb7eb9db0ed8eafe9bc87 |
UHC | 猷띰펯鼇 | 1110101110100011101101101110111110111100100000011110100010101000 | eba3b6efbc81e8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)