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 | 苑瀨? | 1000100110010001111110110101000000111111 | 8991fb503f |
EUC-JP | 苑?鱉 | 101100011111000100111111100011111110101111000000 | b1f13f8febc0 |
UTF-8 | 苑瀨鱉 | 111010001000101110010001111001111000000010101000111010011011000110001001 | e88b91e780a8e9b189 |
UHC | 苑瀨鱉 | 111010101011110111010110111011101101110010101110 | eabdd6eedcae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)