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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 善洩洩析鮮 | 10010001010100001000100101101011100010010110101110010000110011011001000101001110 | 9150896b896b90cd914e |
EUC-JP | 善洩洩析鮮 | 11000001101100011011000111001100101100011100110011000000110011111100000110101111 | c1b1b1ccb1ccc0cfc1af |
UTF-8 | 善洩洩析鮮 | 111001011001011010000100111001101011010010101001111001101011010010101001111001101001111010010000111010011010111010101110 | e59684e6b4a9e6b4a9e69e90e9aeae |
UHC | 善洩洩析鮮 | 11100000101111001110000011011101111000001101110111100000101100001110000011011000 | e0bce0dde0dde0b0e0d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)