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 | 轣シ蟆コ迺ス | 111001111000000110111100111001011011000010111010111001111001001010111101 | e781bce5b0bae792bd |
EUC-JP | 轣シ蟆コ迺ス | 111011011110000110001110101111001110101010110010100011101011101011101101111100101000111010111101 | ede18ebceab28ebaedf28ebd |
UTF-8 | 轣シ蟆コ迺ス | 111010001011110110100011111011111011110110111100111010001001111110000110111011111011110110111010111010001011111110111010111011111011110110111101 | e8bda3efbdbce89f86efbdbae8bfbaefbdbd |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)