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 | 巡?5椅?5 | 10001111100001000011111110000010010101001000100011010110001111111000001001010100 | 8f843f825488d63f8254 |
EUC-JP | 巡?5椅?5 | 10111101111001000011111110100011101101011011000011011000001111111010001110110101 | bde43fa3b5b0d83fa3b5 |
UTF-8 | 巡볥5椅뚮5 | 111001011011011110100001111010111011001110100101111011111011110010010101111001101010010010000101111010111001101010101110111011111011110010010101 | e5b7a1ebb3a5efbc95e6a485eb9aaeefbc95 |
UHC | 巡볥5椅뚮5 | 111000101101111010010011111010111010001110110101111010111111010110001100111010111010001110110101 | e2de93eba3b5ebf58ceba3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)