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 | 遲誤晴 | 111001111010110110001100111010111001000010110000 | e7ad8ceb90b0 |
EUC-JP | 遲誤晴 | 111011101010111110111000111011011100000010110010 | eeafb8edc0b2 |
UTF-8 | 遲誤晴 | 111010011000000110110010111010001010101010100100111001101001100110110100 | e981b2e8aaa4e699b4 |
UHC | 遲誤晴 | 111100101100000011101000101001101111010011100111 | f2c0e8a6f4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)