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 | 謠?? | 11100110100011110011111100111111 | e68f3f3f |
EUC-JP | 謠?? | 11101011111011110011111100111111 | ebef3f3f |
UTF-8 | 謠겼퍦 | 111010001010110010100000111010101011001010111100111011011000110110100110 | e8aca0eab2bced8da6 |
UHC | 謠겼퍦 | 111010011010101010110000111001011011101110011101 | e9aab0e5bb9d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)