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 | 瑜犁焜 | 111000001110111111100000101100111110000010000011 | e0efe0b3e083 |
EUC-JP | 瑜犁焜 | 111000001111000111100000101101011101111111100011 | e0f1e0b5dfe3 |
UTF-8 | 瑜犁焜 | 111001111001000110011100111001111000101010000001111001111000010010011100 | e7919ce78a81e7849c |
UHC | 瑜犁? | 1110101110100101110101111110000000111111 | eba5d7e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)