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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 琵?琵琵 | 10010100111110100011111110010100111110101001010011111010 | 94fa3f94fa94fa |
EUC-JP | 琵?琵琵 | 11001000111111000011111111001000111111001100100011111100 | c8fc3fc8fcc8fc |
UTF-8 | 琵장琵琵 | 111001111001000010110101111011001001111010100101111001111001000010110101111001111001000010110101 | e790b5ec9ea5e790b5e790b5 |
UHC | 琵장琵琵 | 1101110111110101110000001110010111011101111101011101110111110101 | ddf5c0e5ddf5ddf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)