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 | ?悗肛辞 | 00111111100111001010001011100011111010001000111010101011 | 3f9ca2e3e88eab |
EUC-JP | 髿悗肛辞 | 100011111110100111111010110110001010010011100110111010101011110010101101 | 8fe9fad8a4e6eabcad |
UTF-8 | 髿悗肛辞 | 111010011010101110111111111001101000001010010111111010001000001010011011111010001011111010011110 | e9abbfe68297e8829be8be9e |
UHC | ??肛? | 0011111100111111111110011111110100111111 | 3f3ff9fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)