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 | ?逍?? | 0011111111100111100101100011111100111111 | 3fe7963f3f |
EUC-JP | ?逍?? | 0011111111101101111101100011111100111111 | 3fedf63f3f |
UTF-8 | 룶逍룶좩 | 111010111010001110110110111010011000000010001101111010111010001110110110111011001010001010101001 | eba3b6e9808deba3b6eca2a9 |
UHC | 룶逍룶좩 | 1000111110101011111000011100111010001111101010111010000101000100 | 8fabe1ce8faba144 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)