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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
EUC-JP | ?彛?] | 001111111000111110111100111110100011111101011101 | 3f8fbcfa3f5d |
UTF-8 | 롅彛렡] | 11101011101000011000010111100101101111011001101111101011101000001010000101011101 | eba185e5bd9beba0a15d |
UHC | 롅彛렡] | 10001110110010111110110010101101100011101011001001011101 | 8ecbecad8eb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)