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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 宍実紗疾 | 1000111010110011100011101100000010001110110100011000111010111110 | 8eb38ec08ed18ebe |
EUC-JP | 宍実紗疾 | 1011110010110101101111001100001010111100110100111011110011000000 | bcb5bcc2bcd3bcc0 |
UTF-8 | 宍実紗疾 | 111001011010111010001101111001011010111010011111111001111011010010010111111001111001011010111110 | e5ae8de5ae9fe7b497e796be |
UHC | ??紗疾 | 001111110011111111011110111010011111001011110000 | 3f3fdee9f2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)