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 | 盆??逗 | 100101100111111000111111001111111001000010000000 | 967e3f3f9080 |
EUC-JP | 盆??逗 | 110010111101111100111111001111111011111111100000 | cbdf3f3fbfe0 |
UTF-8 | 盆귤랏逗 | 111001111001101110000110111010101011011110100100111010111001111010001111111010011000000010010111 | e79b86eab7a4eb9e8fe98097 |
UHC | 盆귤랏逗 | 1101110111001110101100011101011010110110111110011101010011101000 | ddceb1d6b6f9d4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)