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 | 隍りゥョ | 111010001010010010000010111010001010100110101110 | e8a482e8a9ae |
EUC-JP | 隍りゥョ | 1111000010100110101001001110101010001110101010011000111010101110 | f0a6a4ea8ea98eae |
UTF-8 | 隍りゥョ | 111010011001101010001101111000111000001010001010111011111011110110101001111011111011110110101110 | e99a8de3828aefbda9efbdae |
UHC | 隍り?? | 111111001101101110101010111010100011111100111111 | fcdbaaea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)