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 | 鉗ア蝓主ョ幄 | 11100111111001111011000111100101100111111000111011100101101011101001101111101000 | e7e7b1e59f8ee5ae9be8 |
EUC-JP | 鉗ア蝓主ョ幄 | 111011101110100110001110101100011110101010100001101111001110011110001110101011101101011011101010 | eee98eb1eaa1bce78eaed6ea |
UTF-8 | 鉗ア蝓主ョ幄 | 111010011000100110010111111011111011110110110001111010001001110110010011111001001011100010111011111011111011110110101110111001011011100110000100 | e98997efbdb1e89d93e4b8bbefbdaee5b984 |
UHC | 鉗??主?幄 | 110011001100011000111111001111111111000110101011001111111110010011000001 | ccc63f3ff1ab3fe4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)