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 | 霑ケ邏ォ蟇ゥ | 111010001011111110111001111001111011010010101011111001011010111110101001 | e8bfb9e7b4abe5afa9 |
EUC-JP | 霑ケ邏ォ蟇ゥ | 111100001100000110001110101110011110111010110110100011101010101111101010101100011000111010101001 | f0c18eb9eeb68eabeab18ea9 |
UTF-8 | 霑ケ邏ォ蟇ゥ | 111010011001110010010001111011111011110110111001111010011000001010001111111011111011110110101011111010001001111110000111111011111011110110101001 | e99c91efbdb9e9828fefbdabe89f87efbda9 |
UHC | 霑?邏??? | 1110111111000101001111111101010110100100001111110011111100111111 | efc53fd5a43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)