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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髙宍鈼式 | 11111011111111001000111010110011111110111100011010001110101011101111000011101011 | fbfc8eb3fbc68eaef0eb |
EUC-JP | ?宍鈼式? | 001111111011110010110101100011111110001111010110101111001011000000111111 | 3fbcb58fe3d6bcb03f |
UTF-8 | 髙宍鈼式 | 111010011010101110011001111001011010111010001101111010011000100010111100111001011011110010001111111011101000001010101010 | e9ab99e5ae8de988bce5bc8fee82aa |
UHC | ???式? | 001111110011111100111111111000111101001000111111 | 3f3f3fe3d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)