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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 倭?┣ | 1001100001100000001111111000010010110000 | 98603f84b0 |
EUC-JP | 倭?┣ | 1100111111000001001111111010100010110010 | cfc13fa8b2 |
UTF-8 | 倭밧┣ | 111001011000000010101101111010111011000010100111111000101001010010100011 | e580adebb0a7e294a3 |
UHC | 倭밧┣ | 111010001101111010111001111001011010011010110010 | e8deb9e5a6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)