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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 偃??愈?? | 1001100011101110001111110011111110010110111110100011111100111111 | 98ee3f3f96fa3f3f |
EUC-JP | 偃??愈?? | 1101000011110000001111110011111111001100111111000011111100111111 | d0f03f3fccfc3f3f |
UTF-8 | 偃뗪섞愈됮돍 | 111001011000000110000011111010111001011110101010111011001000010010011110111001101000010010001000111010111001000010101110111010111000111110001101 | e58183eb97aaec849ee68488eb90aeeb8f8d |
UHC | 偃뗪섞愈됮돍 | 111001011110011110001011111010101011110010101111111010101110111110001001111010011000100110011011 | e5e78beabcafeaef89e9899b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)