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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鐘ルエン | 100011111110000011011001101101001111000011001011111100001110110111011101 | 8fe0d9b4f0cbf0eddd |
EUC-JP | 鐘ルエ??ン | 10111110111000101000111011011001100011101011010000111111001111111000111011011101 | bee28ed98eb43f3f8edd |
UTF-8 | 鐘ルエン | 111010011001000010011000111011111011111010011001111011111011110110110100111011101000001010001010111011101000001010101100111011111011111010011101 | e99098efbe99efbdb4ee828aee82acefbe9d |
UHC | 鐘????? | 11110001101001000011111100111111001111110011111100111111 | f1a43f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)