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 | 悠??野 | 100101110100100100111111001111111001011011101100 | 97493f3f96ec |
EUC-JP | 悠??野 | 110011011010101000111111001111111100110011101110 | cdaa3f3fccee |
UTF-8 | 悠띾쫨野 | 111001101000001010100000111010111001110110111110111011001010101110101000111010011000011110001110 | e682a0eb9dbeecaba8e9878e |
UHC | 悠띾쫨野 | 1110101011101101100011011110101110100110100000011110010110101111 | eaed8deba681e5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)