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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 瑜瑣P | 1110000011101111111000001111001001010000 | e0efe0f250 |
EUC-JP | 瑜瑣P | 1110000011110001111000001111010001010000 | e0f1e0f450 |
UTF-8 | 瑜瑣P | 11100111100100011001110011100111100100011010001101010000 | e7919ce791a350 |
UHC | 瑜?P | 11101011101001010011111101010000 | eba53f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)