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 | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
SJIS-WIN | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
EUC-JP | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
UTF-8 | 樂뀀뮮v樂뀀뮮vB | 111011111010011010111111111010111000000010000000111010111010111010101110011101101110111110100110101111111110101110000000100000001110101110101110101011100111011001000010 | efa6bfeb8080ebaeae76efa6bfeb8080ebaeae7642 |
UHC | 樂뀀뮮v樂뀀뮮vB | 111010001111100110110010111010111001001010110111011101101110100011111001101100101110101110010010101101110111011001000010 | e8f9b2eb92b776e8f9b2eb92b77642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)