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 | ???[BF | 001111110011111100111111010110110100001001000110 | 3f3f3f5b4246 |
SJIS-WIN | 莨井┰[BF | 111001001011110010001000111001001000010010111011010110110100001001000110 | e4bc88e484bb5b4246 |
EUC-JP | 莨井┰[BF | 111010001011111010110000111001101010100010111101010110110100001001000110 | e8beb0e6a8bd5b4246 |
UTF-8 | 莨井┰[BF | 111010001000111010101000111001001011101010010101111000101001010010110000010110110100001001000110 | e88ea8e4ba95e294b05b4246 |
UHC | ?井┰[BF | 0011111111101111110011001010011010111101010110110100001001000110 | 3fefcca6bd5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)