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 | ユィ゙ | 1111001011110101110101011010100011011110 | f2f5d5a8de |
EUC-JP | ?ユィ゙ | 00111111100011101101010110001110101010001000111011011110 | 3f8ed58ea88ede |
UTF-8 | ユィ゙ | 111011101000100010101100111011111011111010010101111011111011110110101000111011111011111010011110 | ee88acefbe95efbda8efbe9e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)