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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 棚鱈賊H | 10010010010010011001001001001100100100011010111101001000 | 9249924c91af48 |
EUC-JP | 棚鱈賊H | 11000011101010101100001110101101110000101011000101001000 | c3aac3adc2b148 |
UTF-8 | 棚鱈賊H | 11100110101000111001101011101001101100011000100011101000101100111000101001001000 | e6a39ae9b188e8b38a48 |
UHC | 棚?賊H | 110111011101110000111111111011101110010001001000 | dddc3feee448 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)