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 | ???R | 00111111001111110011111101010010 | 3f3f3f52 |
SJIS-WIN | 辿竪棚R | 10010010010010001001001001000111100100100100100101010010 | 92489247924952 |
EUC-JP | 辿竪棚R | 11000011101010011100001110101000110000111010101001010010 | c3a9c3a8c3aa52 |
UTF-8 | 辿竪棚R | 11101000101111101011111111100111101010111010101011100110101000111001101001010010 | e8bebfe7abaae6a39a52 |
UHC | ?竪棚R | 001111111110001010110101110111011101110001010010 | 3fe2b5dddc52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)