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 | ??}??X | 001111110011111101111101001111110011111101011000 | 3f3f7d3f3f58 |
SJIS-WIN | 嶸ァ}嶸ィX | 1111101010110100101001110111110111111010101101001010100001011000 | fab4a77dfab4a858 |
EUC-JP | 嶸ァ}嶸ィX | 100011111011101111110100100011101010011101111101100011111011101111110100100011101010100001011000 | 8fbbf48ea77d8fbbf48ea858 |
UTF-8 | 嶸ァ}嶸ィX | 1110010110110110101110001110111110111101101001110111110111100101101101101011100011101111101111011010100001011000 | e5b6b8efbda77de5b6b8efbda858 |
UHC | 嶸?}嶸?X | 1110011110101110001111110111110111100111101011100011111101011000 | e7ae3f7de7ae3f58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)