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 | ??????如 | 0011111100111111001111110011111100111111001111111001010001000000 | 3f3f3f3f3f3f9440 |
EUC-JP | ??????如 | 0011111100111111001111110011111100111111001111111100011110100001 | 3f3f3f3f3f3fc7a1 |
UTF-8 | 溜븃쵗溜뗫졋如 | 111011111010011110001011111010111011100010000011111011001011010110010111111011111010011110001011111010111001011110101011111011001010000110001011111001011010011010000010 | efa78bebb883ecb597efa78beb97abeca18be5a682 |
UHC | 溜븃쵗溜뗫졋如 | 1110101011111110101110101110100010101100100110011110101011111110100010111110101110100000101110101110010111111101 | eafebae8ac99eafe8beba0bae5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)