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 | 逵ゥ逍ス蝟 | 1110011110011100101010011110011110010110101111011110010110010110 | e79ca9e796bde596 |
EUC-JP | 逵ゥ逍ス蝟 | 11101101111111001000111010101001111011011111011010001110101111011110100111110110 | edfc8ea9edf68ebde9f6 |
UTF-8 | 逵ゥ逍ス蝟 | 111010011000000010110101111011111011110110101001111010011000000010001101111011111011110110111101111010001001110110011111 | e980b5efbda9e9808defbdbde89d9f |
UHC | 逵?逍?蝟 | 1101000010110000001111111110000111001110001111111110101011011010 | d0b03fe1ce3feada |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)