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 | 〓?〓 | 100000011010110010000001010010001000000110101100 | 81ac814881ac |
EUC-JP | 〓?〓 | 101000101010111010100001101010011010001010101110 | a2aea1a9a2ae |
UTF-8 | 〓?〓 | 111000111000000010010011111011111011110010011111111000111000000010010011 | e38093efbc9fe38093 |
UHC | 〓?〓 | 101000011110101110100011101111111010000111101011 | a1eba3bfa1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)