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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 癲????F | 11100001100111110011111100111111001111110011111101000110 | e19f3f3f3f3f46 |
EUC-JP | 癲??靷?F | 111000101010000100111111001111111000111111100111101111010011111101000110 | e2a13f3f8fe7bd3f46 |
UTF-8 | 癲ⓥ뫖靷똁F | 11100111100110011011001011100010100100111010010111101011101010111001011011101001100111011011011111101011100110001000000101000110 | e799b2e293a5ebab96e99db7eb988146 |
UHC | 癲ⓥ뫖靷똁F | 1110111110100110101010001110001010010001101110001110110011100110100011000100001001000110 | efa6a8e291b8ece68c4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)