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 | 邪糅頸贓 | 1000111011010111111000101111000011101000111100101110011011011001 | 8ed7e2f0e8f2e6d9 |
EUC-JP | 邪糅頸贓 | 1011110011011001111001001111001011110000111101001110110011011011 | bcd9e4f2f0f4ecdb |
UTF-8 | 邪糅頸贓 | 111010011000001010101010111001111011001110000101111010011010000010111000111010001011010010010011 | e982aae7b385e9a0b8e8b493 |
UHC | 邪?頸贓 | 11011110111101110011111111001100111100101110110111111100 | def73fccf2edfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)