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 | 0011111100111111001111111110001001110010001111110011111101000010 | 3f3f3fe2723f3f42 |
EUC-JP | 饔??穩??B | 10001111111010001110111100111111001111111110001111010011001111110011111101000010 | 8fe8ef3f3fe3d33f3f42 |
UTF-8 | 饔ㅿ쉭穩븝숯B | 11101001101001011001010011100011100001011011111111101100100010011010110111100111101010011010100111101011101110001001110111101100100010001010111101000010 | e9a594e385bfec89ade7a9a9ebb89dec88af42 |
UHC | 饔ㅿ쉭穩븝숯B | 11101000101111011010010011101111101111011010110111101000101100011011101011101111101111011010000101000010 | e8bda4efbdade8b1baefbda142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)