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 | 迪苓爾 | 111001111000110010010111111010001000111010100010 | e78c97e88ea2 |
EUC-JP | 迪苓爾 | 111011011110110011001110111010101011110010100100 | edecceeabca4 |
UTF-8 | 迪苓爾 | 111010001011111110101010111010001000101110010011111001111000100010111110 | e8bfaae88b93e788be |
UHC | 迪?爾 | 1110111011101000001111111110110010110011 | eee83fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)