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 | 蓍ソ鄒ィ茫、 | 111001001110011110111111111001111011111010101000111001001010100110100100 | e4e7bfe7bea8e4a9a4 |
EUC-JP | 蓍ソ鄒ィ茫、 | 111010001110100110001110101111111110111011000000100011101010100011101000101010111000111010100100 | e8e98ebfeec08ea8e8ab8ea4 |
UTF-8 | 蓍ソ鄒ィ茫、 | 111010001001001110001101111011111011110110111111111010011000010010010010111011111011110110101000111010001000110010101011111011111011110110100100 | e8938defbdbfe98492efbda8e88cabefbda4 |
UHC | 蓍?鄒?茫? | 111000111100100100111111111101011101101100111111110110001101010000111111 | e3c93ff5db3fd8d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)