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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蒸嗜? | 1000111111110110100110100110111000111111 | 8ff69a6e3f |
EUC-JP | 蒸嗜Ŧ | 10111110111110001101001111001111100011111010100110101111 | bef8d3cf8fa9af |
UTF-8 | 蒸嗜Ŧ | 1110100010010010101110001110010110010111100111001100010110100110 | e892b8e5979cc5a6 |
UHC | 蒸嗜Ŧ | 111100011111101011010000111011101010100010101110 | f1fad0eea8ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)