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 | 址?咀 | 1001101010101100001111111001100111110000 | 9aac3f99f0 |
EUC-JP | 址?咀 | 1101010010101110001111111101001011110010 | d4ae3fd2f2 |
UTF-8 | 址렖咀 | 111001011001110110000000111010111010000010010110111001011001001010000000 | e59d80eba096e59280 |
UHC | 址렖咀 | 111100101010001110001110101010111110111010111010 | f2a38eabeeba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)