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 | 趺守握 | 111001101110010110001110111001111000100010101100 | e6e58ee788ac |
EUC-JP | 趺守握 | 111011001110011110111100111010011011000010101110 | ece7bce9b0ae |
UTF-8 | 趺守握 | 111010001011011010111010111001011010111010001000111001101000111110100001 | e8b6bae5ae88e68fa1 |
UHC | 趺守握 | 110111011011101011100001111110101110010011000100 | ddbae1fae4c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)