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 | ??O??? | 001111110011111101001111001111110011111100111111 | 3f3f4f3f3f3f |
SJIS-WIN | 銕オO邀オ雍 | 111001111110110010110101010011111110011110110001101101011110100010110100 | e7ecb54fe7b1b5e8b4 |
EUC-JP | 銕オO邀オ雍 | 1110111011101110100011101011010101001111111011101011001110001110101101011111000010110110 | eeee8eb54feeb38eb5f0b6 |
UTF-8 | 銕オO邀オ雍 | 11101001100010101001010111101111101111011011010101001111111010011000001010000000111011111011110110110101111010011001101110001101 | e98a95efbdb54fe98280efbdb5e99b8d |
UHC | ??O邀?雍 | 0011111100111111010011111110100110101101001111111110100010111100 | 3f3f4fe9ad3fe8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)