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 | 艨ノ丈 | 111001001000000110000011011011011000111111100100 | e481836d8fe4 |
EUC-JP | 艨ノ丈 | 111001111110000110100101110011101011111011100110 | e7e1a5cebee6 |
UTF-8 | 艨ノ丈 | 111010001000100110101000111000111000001110001110111001001011100010001000 | e889a8e3838ee4b888 |
UHC | ?ノ丈 | 0011111110101011110011101110110111011011 | 3fabceeddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)