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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??應???B | 0011111100111111100111001110010000111111001111110011111101000010 | 3f3f9ce43f3f3f42 |
EUC-JP | 湞?應?嫄?B | 100011111100011111111110001111111101100011100110001111111000111110111010101000010011111101000010 | 8fc7fe3fd8e63f8fbaa13f42 |
UTF-8 | 湞렭應렗嫄렔B | 11100110101110011001111011101011101000001010110111100110100001111000100111101011101000001001011111100101101010111000010011101011101000001001010001000010 | e6b99eeba0ade68789eba097e5ab84eba09442 |
UHC | 湞렭應렗嫄렔B | 11101111111001101000111010111010111010111110101110001110101011001110101010110001100011101010100101000010 | efe68ebaebeb8eaceab18ea942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)