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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 沃??已?? | 1001011110000000001111110011111110011011110111110011111100111111 | 97803f3f9bdf3f3f |
EUC-JP | 沃??已?? | 1100110111100000001111110011111111010110111000010011111100111111 | cde03f3fd6e13f3f |
UTF-8 | 沃ㅲ뫓已욥뇳 | 111001101011001010000011111000111000010110110010111010111010101110010011111001011011011110110010111011001001101010100101111010111000011110110011 | e6b283e385b2ebab93e5b7b2ec9aa5eb87b3 |
UHC | 沃ㅲ뫓已욥뇳 | 111010001010101010100100111000101001000110110101111011001010101110111111111010011000011110010111 | e8aaa4e291b5ecabbfe98797 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)