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 | 陽疽鈔毬痞 | 10010111011110101110000101110011111001111110001010011111011110111110000101111100 | 977ae173e7e29f7be17c |
EUC-JP | 陽疽鈔毬痞 | 11001101110110111110000111010100111011101110010011011101110111001110000111011101 | cddbe1d4eee4dddce1dd |
UTF-8 | 陽疽鈔毬痞 | 111010011001100110111101111001111001011010111101111010011000100010010100111001101010111110101100111001111001011110011110 | e999bde796bde98894e6aface7979e |
UHC | 陽疽?毬? | 1110010111010101111011101100010100111111110011111011001100111111 | e5d5eec53fcfb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)