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 | 險曁浣 | 111010001010100010011101111110001001111110101111 | e8a89df89faf |
EUC-JP | 險曁浣 | 111100001010101011011010111110101101111010110001 | f0aadafadeb1 |
UTF-8 | 險曁浣 | 111010011001101010101010111001101001101110000001111001101011010110100011 | e99aaae69b81e6b5a3 |
UHC | 險?浣 | 1111101011001111001111111110100011001011 | facf3fe8cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)