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 | 闍ウ騾ク鄙 | 1110100010001011101100111110100110000000101110001110011110111111 | e88bb3e980b8e7bf |
EUC-JP | 闍ウ騾ク鄙 | 11101111111010111000111010110011111100011110000010001110101110001110111011000001 | efeb8eb3f1e08eb8eec1 |
UTF-8 | 闍ウ騾ク鄙 | 111010011001011110001101111011111011110110110011111010011010100010111110111011111011110110111000111010011000010010011001 | e9978defbdb3e9a8beefbdb8e98499 |
UHC | ????鄙 | 001111110011111100111111001111111101111010101001 | 3f3f3f3fdea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)