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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 﨟コ薰齢e^ | 11111011100111011011101011111011100111101001011111101110100000101000010101011110 | fb9dbafb9e97ee82855e |
EUC-JP | ?コ?齢e^ | 001111111000111010111010001111111100111011110000101000111110010101011110 | 3f8eba3fcef0a3e55e |
UTF-8 | 﨟コ薰齢e^ | 11101111101010001001111111101111101111011011101011101000100101101011000011101001101111011010001011101111101111011000010101011110 | efa89fefbdbae896b0e9bda2efbd855e |
UHC | ??薰?e^ | 0011111100111111111111011011100100111111101000111110010101011110 | 3f3ffdb93fa3e55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)