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 | ユク。ヘ | 110101011011100010100001110011011111000111101011 | d5b8a1cdf1eb |
EUC-JP | ユク。ヘ? | 100011101101010110001110101110001000111010100001100011101100110100111111 | 8ed58eb88ea18ecd3f |
UTF-8 | ユク。ヘ | 111011111011111010010101111011111011110110111000111011111011110110100001111011111011111010001101111011101000010110100110 | efbe95efbdb8efbda1efbe8dee85a6 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)