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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邊千事霓。 | 111001111011001010010000111001111000111010010110111010001011110110100001 | e7b290e78e96e8bda1 |
EUC-JP | 邊千事霓。 | 11101110101101001100000011101001101110111111011011110000101111111000111010100001 | eeb4c0e9bbf6f0bf8ea1 |
UTF-8 | 邊千事霓。 | 111010011000001010001010111001011000110110000011111001001011101010001011111010011001110010010011111011111011110110100001 | e9828ae58d83e4ba8be99c93efbda1 |
UHC | 邊千事霓? | 110111001010101111110100101101101101111011000000111001111110011100111111 | dcabf4b6dec0e7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)