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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 欷ヽ崢欷ヽ崢 | 100111110101011110000001010100101001101111000010100111110101011110000001010100101001101111000010 | 9f5781529bc29f5781529bc2 |
EUC-JP | 欷ヽ崢欷ヽ崢 | 110111011011100010100001101100111101011011000100110111011011100010100001101100111101011011000100 | ddb8a1b3d6c4ddb8a1b3d6c4 |
UTF-8 | 欷ヽ崢欷ヽ崢 | 111001101010110010110111111000111000001110111101111001011011010010100010111001101010110010110111111000111000001110111101111001011011010010100010 | e6acb7e383bde5b4a2e6acb7e383bde5b4a2 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)