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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 凞ク靤ス式凞 | 111110110101100010111000111010001101000010111101111100101011000010001110101011101111101101011000 | fb58b8e8d0bdf2b08eaefb58 |
EUC-JP | ?ク靤ス?式? | 0011111110001110101110001111000011010010100011101011110100111111101111001011000000111111 | 3f8eb8f0d28ebd3fbcb03f |
UTF-8 | 凞ク靤ス式凞 | 111011111010100010010101111011111011110110111000111010011001110110100100111011111011110110111101111011101000011110100111111001011011110010001111111011111010100010010101 | efa895efbdb8e99da4efbdbdee87a7e5bc8fefa895 |
UHC | ?????式? | 0011111100111111001111110011111100111111111000111101001000111111 | 3f3f3f3f3fe3d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)