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 | ?瀋?] | 0011111111100000011000110011111101011101 | 3fe0633f5d |
EUC-JP | ?瀋?] | 0011111111011111110001000011111101011101 | 3fdfc43f5d |
UTF-8 | 쒀瀋롛] | 11101100100100101000000011100111100000001000101111101011101000011001101101011101 | ec9280e7808beba19b5d |
UHC | 쒀瀋롛] | 10111110101011001110010010100011100011101101111101011101 | beace4a38edf5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)