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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 搖??濡? | 10011101100010100011111100111111100101000100011100111111 | 9d8a3f3f94473f |
EUC-JP | 搖??濡? | 11011001111010100011111100111111110001111010100000111111 | d9ea3f3fc7a83f |
UTF-8 | 搖껅벴濡숇 | 111001101001000010010110111010101011101110000101111010111011001010110100111001101011111110100001111011001000100010000111 | e69096eabb85ebb2b4e6bfa1ec8887 |
UHC | 搖껅벴濡숇 | 11101000111101001000001111100110101110101010101111101011101000011001100111101011 | e8f483e6baabeba199eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)