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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 髀・蠕矩エ叩h | 1110100110001111101001011110010110111110100010111110100110110100100100100100000001101000 | e98fa5e5be8be9b4924068 |
EUC-JP | 髀・蠕矩エ叩h | 11110001111011111000111010100101111010101100000010110110111010111000111010110100110000111010000101101000 | f1ef8ea5eac0b6eb8eb4c3a168 |
UTF-8 | 髀・蠕矩エ叩h | 11101001101010111000000011101111101111011010010111101000101000001001010111100111100111111010100111101111101111011011010011100101100011111010100101101000 | e9ab80efbda5e8a095e79fa9efbdb4e58fa968 |
UHC | ???矩?叩h | 001111110011111100111111110011111011101100111111110011011011000001101000 | 3f3f3fcfbb3fcdb068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)