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 | 邨幃實鬟ョ閹 | 1110011110110101100110111110100110011011100010011110100110100011101011101110100010000110 | e7b59be99b89e9a3aee886 |
EUC-JP | 邨幃實鬟ョ閹 | 111011101011011111010110111010111101010111101001111100101010010110001110101011101110111111100110 | eeb7d6ebd5e9f2a58eaeefe6 |
UTF-8 | 邨幃實鬟ョ閹 | 111010011000001010101000111001011011100110000011111001011010111110100110111010011010110010011111111011111011110110101110111010011001011010111001 | e982a8e5b983e5afa6e9ac9fefbdaee996b9 |
UHC | 邨?實??? | 1111010110111110001111111110001111111001001111110011111100111111 | f5be3fe3f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)