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 | ?〓? | 00111111100000011010110000111111 | 3f81ac3f |
EUC-JP | 濚〓? | 100011111100100110100001101000101010111000111111 | 8fc9a1a2ae3f |
UTF-8 | 濚〓봺 | 111001101011111110011010111000111000000010010011111010111011010010111010 | e6bf9ae38093ebb4ba |
UHC | 濚〓봺 | 111001111011100110100001111010111001010010000001 | e7b9a1eb9481 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)