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 | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | 棚但卒SB | 1001001001001001100100100100000110010001101100100101001101000010 | 9249924191b25342 |
EUC-JP | 棚但卒SB | 1100001110101010110000111010001011000010101101000101001101000010 | c3aac3a2c2b45342 |
UTF-8 | 棚但卒SB | 1110011010100011100110101110010010111101100001101110010110001101100100100101001101000010 | e6a39ae4bd86e58d925342 |
UHC | 棚但卒SB | 1101110111011100110100111010001111110000111011110101001101000010 | dddcd3a3f0ef5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)