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 | 膊鴃紕 | 111001000100110111101001111011101110001101000010 | e44de9eee342 |
EUC-JP | 膊鴃紕 | 111001111010111011110010111100001110010110100011 | e7aef2f0e5a3 |
UTF-8 | 膊鴃紕 | 111010001000011010001010111010011011010010000011111001111011010010010101 | e8868ae9b483e7b495 |
UHC | 膊?? | 11011010110110110011111100111111 | dadb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)