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 | 厓?鵝 | 1111101010001101001111111110101001000000 | fa8d3fea40 |
EUC-JP | 厓?鵝 | 100011111011010011000111001111111111001110100001 | 8fb4c73ff3a1 |
UTF-8 | 厓쯅鵝 | 111001011000111010010011111011001010111110000101111010011011010110011101 | e58e93ecaf85e9b59d |
UHC | 厓쯅鵝 | 111001001110110110101001010000011110010010111101 | e4eda941e4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)