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 | 辿臓端莵 | 1001001001001000100100011001111110010010010110111110010010110111 | 9248919f925be4b7 |
EUC-JP | 辿臓端莵 | 1100001110101001110000101010000111000011101111001110100010111001 | c3a9c2a1c3bce8b9 |
UTF-8 | 辿臓端莵 | 111010001011111010111111111010001000011110010011111001111010101110101111111010001000111010110101 | e8bebfe88793e7abafe88eb5 |
UHC | ??端? | 0011111100111111110100111010111000111111 | 3f3fd3ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)