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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 諸鋧h諸鋧 | 111110111010100111111011110011110110100011111011101010011111101111001111 | fba9fbcf68fba9fbcf |
EUC-JP | ?鋧h?鋧 | 001111111000111111100100110010110110100000111111100011111110010011001011 | 3f8fe4cb683f8fe4cb |
UTF-8 | 諸鋧h諸鋧 | 11101111101010001010001011101001100010111010011101101000111011111010100010100010111010011000101110100111 | efa8a2e98ba768efa8a2e98ba7 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)