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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ?審そ\ | 001111111001000001010010100000101011101101011100 | 3f905282bb5c |
EUC-JP | ?審そ\ | 001111111011111110110011101001001011110101011100 | 3fbfb3a4bd5c |
UTF-8 | 얇審そ\ | 11101100100101101000011111100101101011111010100111100011100000011001110101011100 | ec9687e5afa9e3819d5c |
UHC | 얇審そ\ | 10111110111000111110001111111011101010101011110101011100 | bee3e3fbaabd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)