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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 肢私?? | 100011101000100010001110100001000011111100111111 | 8e888e843f3f |
EUC-JP | 肢私?? | 101110111110100010111011111001000011111100111111 | bbe8bbe43f3f |
UTF-8 | 肢私렖괏 | 111010001000001010100010111001111010011110000001111010111010000010010110111010101011010010001111 | e882a2e7a781eba096eab48f |
UHC | 肢私렖괏 | 1111001010110110110111101110011110001110101010111011000110100011 | f2b6dee78eabb1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)