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 | ??W?? | 0011111100111111010101110011111100111111 | 3f3f573f3f |
SJIS-WIN | 轤ュW閼ア | 11100111100000101010110101010111111010001000010010110001 | e782ad57e884b1 |
EUC-JP | 轤ュW閼ア | 111011011110001010001110101011010101011111101111111001001000111010110001 | ede28ead57efe48eb1 |
UTF-8 | 轤ュW閼ア | 11101000101111011010010011101111101111011010110101010111111010011001011010111100111011111011110110110001 | e8bda4efbdad57e996bcefbdb1 |
UHC | ??W閼? | 001111110011111101010111111001001101100100111111 | 3f3f57e4d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)