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 | 11100111100010111001000011100111100010111001000001000010 | e78b90e78b9042 |
EUC-JP | 迢千巨B | 11101101111010111100000011101001101101011111000001000010 | edebc0e9b5f042 |
UTF-8 | 迢千巨B | 11101000101111111010001011100101100011011000001111100101101101111010100001000010 | e8bfa2e58d83e5b7a842 |
UHC | ?千巨B | 001111111111010010110110110010111101110101000010 | 3ff4b6cbdd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)