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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髢シ蛟ャ諢 | 1110100110010110101111001110010110000000101011001110011010000100 | e996bce580ace684 |
EUC-JP | 髢シ蛟ャ諢 | 11110001111101101000111010111100111010011110000010001110101011001110101111100100 | f1f68ebce9e08eacebe4 |
UTF-8 | 髢シ蛟ャ諢 | 111010011010101110100010111011111011110110111100111010001001101110011111111011111011110110101100111010001010101110100010 | e9aba2efbdbce89b9fefbdace8aba2 |
UHC | ??蛟?? | 001111110011111111001110111100010011111100111111 | 3f3fcef13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)