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 | 閹ー遯ョ螳ウ | 111010001000011010110000111001111010101010101110111001011010111010110011 | e886b0e7aaaee5aeb3 |
EUC-JP | 閹ー遯ョ螳ウ | 111011111110011010001110101100001110111010101100100011101010111011101010101100001000111010110011 | efe68eb0eeac8eaeeab08eb3 |
UTF-8 | 閹ー遯ョ螳ウ | 111010011001011010111001111011111011110110110000111010011000000110101111111011111011110110101110111010001001111010110011111011111011110110110011 | e996b9efbdb0e981afefbdaee89eb3efbdb3 |
UHC | ??遯?螳? | 0011111100111111110101001110111000111111110100111101100100111111 | 3f3fd4ee3fd3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)