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 | 車渉ラ捨 | 10001110110101001000111111000010110101111000111011001100 | 8ed48fc2d78ecc |
EUC-JP | 車渉ラ捨 | 1011110011010110101111101100010010001110110101111011110011001110 | bcd6bec48ed7bcce |
UTF-8 | 車渉ラ捨 | 111010001011101110001010111001101011100010001001111011111011111010010111111001101000110110101000 | e8bb8ae6b889efbe97e68da8 |
UHC | 車??捨 | 111100111011001100111111001111111101111011010111 | f3b33f3fded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)