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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????掖 | 0011111100111111001111110011111100111111001111111001110101110100 | 3f3f3f3f3f3f9d74 |
EUC-JP | ??????掖 | 0011111100111111001111110011111100111111001111111101100111010101 | 3f3f3f3f3f3fd9d5 |
UTF-8 | 溜븐쓹溜쀫졋掖 | 111011111010011110001011111010111011100010010000111011001001001110111001111011111010011110001011111011001000000010101011111011001010000110001011111001101000111010010110 | efa78bebb890ec93b9efa78bec80abeca18be68e96 |
UHC | 溜븐쓹溜쀫졋掖 | 1110101011111110101110101110110010011101100101011110101011111110100101111110101110100000101110101110010011111010 | eafebaec9d95eafe97eba0bae4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)