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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?低? | 00111111100100101110000100111111 | 3f92e13f |
EUC-JP | ?低? | 00111111110001001110001100111111 | 3fc4e33f |
UTF-8 | 낳低읫 | 111010111000001010110011111001001011110110001110111011001001110110101011 | eb82b3e4bd8eec9dab |
UHC | 낳低읫 | 101100111011101011101110101110001100000011001011 | b3baeeb8c0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)