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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遲作唖 | 111001111010110110001101111011001000100010100000 | e7ad8dec88a0 |
EUC-JP | 遲作唖 | 111011101010111110111010111011101011000010100010 | eeafbaeeb0a2 |
UTF-8 | 遲作唖 | 111010011000000110110010111001001011110110011100111001011001010010010110 | e981b2e4bd9ce59496 |
UHC | 遲作? | 1111001011000000111011011100001000111111 | f2c0edc23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)