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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | セテ示Y | 1011111011000011100011101010011001011001 | bec38ea659 |
EUC-JP | セテ示Y | 10001110101111101000111011000011101111001010100001011001 | 8ebe8ec3bca859 |
UTF-8 | セテ示Y | 11101111101111011011111011101111101111101000001111100111101001001011101001011001 | efbdbeefbe83e7a4ba59 |
UHC | ??示Y | 0011111100111111111000111100011001011001 | 3f3fe3c659 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)