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 | 遲肴羅莨 | 1110011110101101100011011110011010010111100001011110010010111100 | e7ad8de69785e4bc |
EUC-JP | 遲肴羅莨 | 1110111010101111101110101110100011001101111001011110100010111110 | eeafbae8cde5e8be |
UTF-8 | 遲肴羅莨 | 111010011000000110110010111010001000001010110100111001111011111010000101111010001000111010101000 | e981b2e882b4e7be85e88ea8 |
UHC | 遲肴羅? | 11110010110000001111110110100010110101001111111000111111 | f2c0fda2d4fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)