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 | 迪?新?? | 11100111100011000011111110010000010101100011111100111111 | e78c3f90563f3f |
EUC-JP | 迪?新?? | 11101101111011000011111110111111101101110011111100111111 | edec3fbfb73f3f |
UTF-8 | 迪렕新잿렲 | 111010001011111110101010111010111010000010010101111001101001011010110000111011001001111010111111111010111010000010110010 | e8bfaaeba095e696b0ec9ebfeba0b2 |
UHC | 迪렕新잿렲 | 11101110111010001000111010101010111000111110011011000000111011011000111010111111 | eee88eaae3e6c0ed8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)