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 | 倭??乙 | 100110000110000000111111001111111000100110110011 | 98603f3f89b3 |
EUC-JP | 倭?ʼn乙 | 1100111111000001001111111000111110101001110010101011001010110101 | cfc13f8fa9cab2b5 |
UTF-8 | 倭녿ʼn乙 | 1110010110000000101011011110101110000101101111111100010110001001111001001011100110011001 | e580adeb85bfc589e4b999 |
UHC | 倭녿ʼn乙 | 1110100011011110100001101110101110101001101100001110101111100000 | e8de86eba9b0ebe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)