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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遲誤ク尖シ | 1110011110101101100011001110101110111000100100001110101110111100 | e7ad8cebb890ebbc |
EUC-JP | 遲誤ク尖シ | 11101110101011111011100011101101100011101011100011000000111011011000111010111100 | eeafb8ed8eb8c0ed8ebc |
UTF-8 | 遲誤ク尖シ | 111010011000000110110010111010001010101010100100111011111011110110111000111001011011000010010110111011111011110110111100 | e981b2e8aaa4efbdb8e5b096efbdbc |
UHC | 遲誤?尖? | 1111001011000000111010001010011000111111111101001101001100111111 | f2c0e8a63ff4d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)