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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 證卓卿 | 111001101001101010010001111011001000101110101000 | e69a91ec8ba8 |
EUC-JP | 證卓卿 | 111010111111101011000010111011101011011010101010 | ebfac2eeb6aa |
UTF-8 | 證卓卿 | 111010001010110110001001111001011000110110010011111001011000110110111111 | e8ad89e58d93e58dbf |
UHC | 證卓卿 | 111100011111101111110110111100011100110011001111 | f1fbf6f1cccf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)