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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 誰綻造巽 | 1001001001001110100100100101110110010001101000101001001001000110 | 924e925d91a29246 |
EUC-JP | 誰綻造巽 | 1100001110101111110000111011111011000010101001001100001110100111 | c3afc3bec2a4c3a7 |
UTF-8 | 誰綻造巽 | 111010001010101010110000111001111011011010111011111010011000000010100000111001011011011110111101 | e8aab0e7b6bbe980a0e5b7bd |
UHC | 誰綻造巽 | 1110001011000001111101111010101011110000111000111110000111011110 | e2c1f7aaf0e3e1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)