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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 窪?? | 10001100010001010011111100111111 | 8c453f3f |
EUC-JP | 窪?? | 10110111101001100011111100111111 | b7a63f3f |
UTF-8 | 窪쯩ㅂ | 111001111010101010101010111011001010111110101001111000111000010110000010 | e7aaaaecafa9e38582 |
UHC | 窪쯩ㅂ | 111010001100000111000010111011011010010010110010 | e8c1c2eda4b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)