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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邵簿。ヲ | 111001111011100010010101111010111010000110100110 | e7b895eba1a6 |
EUC-JP | 邵簿。ヲ | 1110111010111010110010101110110110001110101000011000111010100110 | eebacaed8ea18ea6 |
UTF-8 | 邵簿。ヲ | 111010011000001010110101111001111011000010111111111011111011110110100001111011111011110110100110 | e982b5e7b0bfefbda1efbda6 |
UHC | 邵簿?? | 111000011101000011011101101011010011111100111111 | e1d0ddad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)