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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 錥湿] | 1111101111010111100011101011110001011101 | fbd78ebc5d |
EUC-JP | 錥湿] | 100011111110010011100000101111001011111001011101 | 8fe4e0bcbe5d |
UTF-8 | 錥湿] | 11101001100011001010010111100110101110011011111101011101 | e98ca5e6b9bf5d |
UHC | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)