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 | 析癌屑善洩 | 10010000110011011000101011100000100010111111101110010001010100001000100101101011 | 90cd8ae08bfb9150896b |
EUC-JP | 析癌屑善洩 | 11000000110011111011010011100010101101101111110111000001101100011011000111001100 | c0cfb4e2b6fdc1b1b1cc |
UTF-8 | 析癌屑善洩 | 111001101001111010010000111001111001100110001100111001011011000110010001111001011001011010000100111001101011010010101001 | e69e90e7998ce5b191e59684e6b4a9 |
UHC | 析癌屑善洩 | 11100000101100001110010011011111111000001101101011100000101111001110000011011101 | e0b0e4dfe0dae0bce0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)