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 | ???x??? | 00111111001111110011111101111000001111110011111100111111 | 3f3f3f783f3f3f |
SJIS-WIN | セュ璽xセュ痔 | 101111101010110110001110101000110111100010111110101011011000111010100100 | bead8ea378bead8ea4 |
EUC-JP | セュ璽xセュ痔 | 10001110101111101000111010101101101111001010010101111000100011101011111010001110101011011011110010100110 | 8ebe8eadbca5788ebe8eadbca6 |
UTF-8 | セュ璽xセュ痔 | 11101111101111011011111011101111101111011010110111100111100100101011110101111000111011111011110110111110111011111011110110101101111001111001011110010100 | efbdbeefbdade792bd78efbdbeefbdade79794 |
UHC | ??璽x??痔 | 001111110011111111011111110111100111100000111111001111111111011011000000 | 3f3fdfde783f3ff6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)