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 | 析循殃善洩 | 10010000110011011000111101111010100111110110100110010001010100001000100101101011 | 90cd8f7a9f699150896b |
EUC-JP | 析循殃善洩 | 11000000110011111011110111011011110111011100101011000001101100011011000111001100 | c0cfbddbddcac1b1b1cc |
UTF-8 | 析循殃善洩 | 111001101001111010010000111001011011111010101010111001101010111010000011111001011001011010000100111001101011010010101001 | e69e90e5beaae6ae83e59684e6b4a9 |
UHC | 析循殃善洩 | 11100000101100001110001011100000111001001110101011100000101111001110000011011101 | e0b0e2e0e4eae0bce0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)