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 | 邏礼粟浯 | 1110011110110100100101111110011110001000101111101111101011111100 | e7b497e788befafc |
EUC-JP | 邏礼粟浯 | 111011101011011011001110111010011011000011000000100011111100011111000011 | eeb6cee9b0c08fc7c3 |
UTF-8 | 邏礼粟浯 | 111010011000001010001111111001111010010010111100111001111011001010011111111001101011010110101111 | e9828fe7a4bce7b29fe6b5af |
UHC | 邏?粟? | 110101011010010000111111111000011101100000111111 | d5a43fe1d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)