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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | カ骼ァミ釋 | 111100001010000110110110111010011000111010100111110100001110011111010111 | f0a1b6e98ea7d0e7d7 |
EUC-JP | ?カ骼ァミ釋 | 0011111110001110101101101111000111101110100011101010011110001110110100001110111011011001 | 3f8eb6f1ee8ea78ed0eed9 |
UTF-8 | カ骼ァミ釋 | 111011101000000110100000111011111011110110110110111010011010101010111100111011111011110110100111111011111011111010010000111010011000011110001011 | ee81a0efbdb6e9aabcefbda7efbe90e9878b |
UHC | ?????釋 | 00111111001111110011111100111111001111111110000010110111 | 3f3f3f3f3fe0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)