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 | 轜件就藪 | 1110011101111110100011001000111110001111010000011110010101001101 | e77e8c8f8f41e54d |
EUC-JP | 轜件就藪 | 1110110111011111101101111110111110111101101000101110100110101110 | eddfb7efbda2e9ae |
UTF-8 | 轜件就藪 | 111010001011110110011100111001001011101110110110111001011011000010110001111010001001011110101010 | e8bd9ce4bbb6e5b0b1e897aa |
UHC | ?件就藪 | 00111111110010111110110011110110101001101110001010111111 | 3fcbecf6a6e2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)