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 | 洩多皙 | 100010010110101110010001101111011110000110101010 | 896b91bde1aa |
EUC-JP | 洩多皙 | 101100011100110011000010101111111110001010101100 | b1ccc2bfe2ac |
UTF-8 | 洩多皙 | 111001101011010010101001111001011010010010011010111001111001101010011001 | e6b4a9e5a49ae79a99 |
UHC | 洩多? | 1110000011011101110100101111110100111111 | e0ddd2fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)