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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 湿篝借B | 10001110101111001110001010111110100011101101100001000010 | 8ebce2be8ed842 |
EUC-JP | 湿篝借B | 10111100101111101110010011000000101111001101101001000010 | bcbee4c0bcda42 |
UTF-8 | 湿篝借B | 11100110101110011011111111100111101011111001110111100101100000001001111101000010 | e6b9bfe7af9de5809f42 |
UHC | ??借B | 0011111100111111111100111010100001000010 | 3f3ff3a842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)