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 | 瑜當甃 | 111000001110111111100001011000111110000101001011 | e0efe163e14b |
EUC-JP | 瑜當甃 | 111000001111000111100001110001001110000110101100 | e0f1e1c4e1ac |
UTF-8 | 瑜當甃 | 111001111001000110011100111001111001010110110110111001111001010010000011 | e7919ce795b6e79483 |
UHC | 瑜當? | 1110101110100101110100111101011100111111 | eba5d3d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)