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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 巽辿側B | 10010010010001101001001001001000100100011010010001000010 | 9246924891a442 |
EUC-JP | 巽辿側B | 11000011101001111100001110101001110000101010011001000010 | c3a7c3a9c2a642 |
UTF-8 | 巽辿側B | 11100101101101111011110111101000101111101011111111100101100000011011010001000010 | e5b7bde8bebfe581b442 |
UHC | 巽?側B | 111000011101111000111111111101101011000001000010 | e1de3ff6b042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)