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 | 蠑罷。狩。稗 | 11100101101111001001010011101011101000011000111011101011101000011001010101000010 | e5bc94eba18eeba19542 |
EUC-JP | 蠑罷。狩。稗 | 111010101011111011001000111011011000111010100001101111001110110110001110101000011100100110100011 | eabec8ed8ea1bced8ea1c9a3 |
UTF-8 | 蠑罷。狩。稗 | 111010001010000010010001111001111011110110110111111011111011110110100001111001111000101110101001111011111011110110100001111001111010100010010111 | e8a091e7bdb7efbda1e78ba9efbda1e7a897 |
UHC | ?罷?狩?稗 | 001111111111011111110011001111111110001010101101001111111111100010101101 | 3ff7f33fe2ad3ff8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)