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 | ?????LB | 00111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f4c42 |
SJIS-WIN | 閼ア譽壽拷LB | 1110100010000100101100011110011010100011100110101110011010001101100010010100110001000010 | e884b1e6a39ae68d894c42 |
EUC-JP | 閼ア譽壽拷LB | 111011111110010010001110101100011110110010100101110101001110100010111001111010010100110001000010 | efe48eb1eca5d4e8b9e94c42 |
UTF-8 | 閼ア譽壽拷LB | 1110100110010110101111001110111110111101101100011110100010101101101111011110010110100011101111011110011010001011101101110100110001000010 | e996bcefbdb1e8adbde5a3bde68bb74c42 |
UHC | 閼?譽壽拷LB | 1110010011011001001111111110011111100010111000011111100011001101101110000100110001000010 | e4d93fe7e2e1f8cdb84c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)