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 | ワ骼ァ「鉈ⅱ | 1111000010100111110111001110100110001110101001111010001011100111111010111111101001000001 | f0a7dce98ea7a2e7ebfa41 |
EUC-JP | ?ワ骼ァ「鉈? | 001111111000111011011100111100011110111010001110101001111000111010100010111011101110110100111111 | 3f8edcf1ee8ea78ea2eeed3f |
UTF-8 | ワ骼ァ「鉈ⅱ | 111011101000000110100110111011111011111010011100111010011010101010111100111011111011110110100111111011111011110110100010111010011000100110001000111000101000010110110001 | ee81a6efbe9ce9aabcefbda7efbda2e98988e285b1 |
UHC | ??????ⅱ | 0011111100111111001111110011111100111111001111111010010110100010 | 3f3f3f3f3f3fa5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)