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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 際?咀幡 | 10001101110110110011111110011001111100001001010010100110 | 8ddb3f99f094a6 |
EUC-JP | 際?咀幡 | 10111010110111010011111111010010111100101100100010101000 | badd3fd2f2c8a8 |
UTF-8 | 際렑咀幡 | 111010011001101010011011111010111010000010010001111001011001001010000000111001011011100110100001 | e99a9beba091e59280e5b9a1 |
UHC | 際렑咀幡 | 1111000010110111100011101010011011101110101110101101101111011111 | f0b78ea6eebadbdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)