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 | ???W??? | 00111111001111110011111101010111001111110011111100111111 | 3f3f3f573f3f3f |
SJIS-WIN | ???W搖?? | 0011111100111111001111110101011110011101100010100011111100111111 | 3f3f3f579d8a3f3f |
EUC-JP | 饔??W搖?? | 10001111111010001110111100111111001111110101011111011001111010100011111100111111 | 8fe8ef3f3f57d9ea3f3f |
UTF-8 | 饔ㅿ쉭W搖쇽쉽 | 11101001101001011001010011100011100001011011111111101100100010011010110101010111111001101001000010010110111011001000011110111101111011001000100110111101 | e9a594e385bfec89ad57e69096ec87bdec89bd |
UHC | 饔ㅿ쉭W搖쇽쉽 | 11101000101111011010010011101111101111011010110101010111111010001111010010111100111011111011110110110001 | e8bda4efbdad57e8f4bcefbdb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)