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 | 遲護「 | 1110011110101101100011001110110010100010 | e7ad8ceca2 |
EUC-JP | 遲護「 | 111011101010111110111000111011101000111010100010 | eeafb8ee8ea2 |
UTF-8 | 遲護「 | 111010011000000110110010111010001010110110110111111011111011110110100010 | e981b2e8adb7efbda2 |
UHC | 遲護? | 1111001011000000111110111101111000111111 | f2c0fbde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)