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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????薏 | 001111110011111100111111001111110011111100111111100011111101100111011110 | 3f3f3f3f3f3f8fd9de |
UTF-8 | 溜블뙇溜잙졋薏 | 111011111010011110001011111010111011100010010100111010111001100110000111111011111010011110001011111011001001111010011001111011001010000110001011111010001001011010001111 | efa78bebb894eb9987efa78bec9e99eca18be8968f |
UHC | 溜블뙇溜잙졋薏 | 1110101011111110101110101110110110001100100011011110101011111110100111111110101110100000101110101110101111111011 | eafebaed8c8deafe9feba0baebfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)