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 | ??z??| | 001111110011111101111010001111110011111101111100 | 3f3f7a3f3f7c |
SJIS-WIN | 嶸。z嶸ァ| | 1111101010110100101000010111101011111010101101001010011101111100 | fab4a17afab4a77c |
EUC-JP | 嶸。z嶸ァ| | 100011111011101111110100100011101010000101111010100011111011101111110100100011101010011101111100 | 8fbbf48ea17a8fbbf48ea77c |
UTF-8 | 嶸。z嶸ァ| | 1110010110110110101110001110111110111101101000010111101011100101101101101011100011101111101111011010011101111100 | e5b6b8efbda17ae5b6b8efbda77c |
UHC | 嶸?z嶸?| | 1110011110101110001111110111101011100111101011100011111101111100 | e7ae3f7ae7ae3f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)