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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 臍????^ | 11100100011000000011111100111111001111110011111101011110 | e4603f3f3f3f5e |
EUC-JP | 臍????^ | 11100111110000010011111100111111001111110011111101011110 | e7c13f3f3f3f5e |
UTF-8 | 臍멱렜닐렑^ | 11101000100001111000110111101011101010011011000111101011101000001001110011101011100010111001000011101011101000001001000101011110 | e8878deba9b1eba09ceb8b90eba0915e |
UHC | 臍멱렜닐렑^ | 1111000010110000101110001110100010001110101011101011010011010010100011101010011001011110 | f0b0b8e88eaeb4d28ea65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)