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 | 省ア湿焦オ自 | 10001111110010001011000110001110101111001000111111000101101101011000111010101001 | 8fc8b18ebc8fc5b58ea9 |
EUC-JP | 省ア湿焦オ自 | 101111101100101010001110101100011011110010111110101111101100011110001110101101011011110010101011 | beca8eb1bcbebec78eb5bcab |
UTF-8 | 省ア湿焦オ自 | 111001111001110010000001111011111011110110110001111001101011100110111111111001111000010010100110111011111011110110110101111010001000011110101010 | e79c81efbdb1e6b9bfe784a6efbdb5e887aa |
UHC | 省??焦?自 | 111000001111110100111111001111111111010110100101001111111110110110111011 | e0fd3f3ff5a53fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)