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 | 栁桒洄 | 111110101110010111111010111000111111101011111010 | fae5fae3fafa |
EUC-JP | ?桒洄 | 00111111100011111100001111001001100011111100011110101011 | 3f8fc3c98fc7ab |
UTF-8 | 栁桒洄 | 111001101010000010000001111001101010000110010010111001101011010010000100 | e6a081e6a192e6b484 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)