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 | 祀耄] | 1110001001001010111000111100110001011101 | e24ae3cc5d |
EUC-JP | 祀耄] | 1110001110101011111001101100111001011101 | e3abe6ce5d |
UTF-8 | 祀耄] | 11100111101001011000000011101000100000001000010001011101 | e7a580e880845d |
UHC | 祀?] | 11011110111001010011111101011101 | dee53f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)