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 | 乢ヽ崢乢ヽ崢 | 100110111010010010000001010100101001101111000010100110111010010010000001010100101001101111000010 | 9ba481529bc29ba481529bc2 |
EUC-JP | 乢ヽ崢乢ヽ崢 | 110101101010011010100001101100111101011011000100110101101010011010100001101100111101011011000100 | d6a6a1b3d6c4d6a6a1b3d6c4 |
UTF-8 | 乢ヽ崢乢ヽ崢 | 111001001011100110100010111000111000001110111101111001011011010010100010111001001011100110100010111000111000001110111101111001011011010010100010 | e4b9a2e383bde5b4a2e4b9a2e383bde5b4a2 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)