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 | 鐘ルク | 100011111110000011011001101110001111000011001011 | 8fe0d9b8f0cb |
EUC-JP | 鐘ルク? | 10111110111000101000111011011001100011101011100000111111 | bee28ed98eb83f |
UTF-8 | 鐘ルク | 111010011001000010011000111011111011111010011001111011111011110110111000111011101000001010001010 | e99098efbe99efbdb8ee828a |
UHC | 鐘??? | 1111000110100100001111110011111100111111 | f1a43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)