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 | 芒刻什 | 111001001000101010001101100011111000111101011001 | e48a8d8f8f59 |
EUC-JP | 芒刻什 | 111001111110101010111001111011111011110110111010 | e7eab9efbdba |
UTF-8 | 芒刻什 | 111010001000101010010010111001011000100010111011111001001011101110000000 | e88a92e588bbe4bb80 |
UHC | 芒刻什 | 110110001101001111001010101111101110010010100111 | d8d3cabee4a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)