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? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 郎h郎 | 1001100001011001011010001001100001011001 | 9859689859 |
EUC-JP | 郎h郎 | 1100111110111010011010001100111110111010 | cfba68cfba |
UTF-8 | 郎h郎 | 11101001100000111000111001101000111010011000001110001110 | e9838e68e9838e |
UHC | ?h? | 001111110110100000111111 | 3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)