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 | 辿担竪促 | 1001001001001000100100100101001110010010010001111001000110100011 | 92489253924791a3 |
EUC-JP | 辿担竪促 | 1100001110101001110000111011010011000011101010001100001010100101 | c3a9c3b4c3a8c2a5 |
UTF-8 | 辿担竪促 | 111010001011111010111111111001101000101110000101111001111010101110101010111001001011111110000011 | e8bebfe68b85e7abaae4bf83 |
UHC | ??竪促 | 001111110011111111100010101101011111010110110101 | 3f3fe2b5f5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)