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 | 閼ア譚滓錐 | 111010001000010010110001111001101001110110011111111001101001000010001101 | e884b1e69d9fe6908d |
EUC-JP | 閼ア譚滓錐 | 11101111111001001000111010110001111010111111110111011110111010001011111111101101 | efe48eb1ebfddee8bfed |
UTF-8 | 閼ア譚滓錐 | 111010011001011010111100111011111011110110110001111010001010110110011010111001101011101110010011111010011000110010010000 | e996bcefbdb1e8ad9ae6bb93e98c90 |
UHC | 閼?譚滓錐 | 111001001101100100111111110100111100100111101110101010111111010111011110 | e4d93fd3c9eeabf5de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)