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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闍ウ騾ク遘毅 | 11101000100010111011001111101001100000001011100011100111101001111000101101000010 | e88bb3e980b8e7a78b42 |
EUC-JP | 闍ウ騾ク遘毅 | 111011111110101110001110101100111111000111100000100011101011100011101110101010011011010110100011 | efeb8eb3f1e08eb8eea9b5a3 |
UTF-8 | 闍ウ騾ク遘毅 | 111010011001011110001101111011111011110110110011111010011010100010111110111011111011110110111000111010011000000110011000111001101010111110000101 | e9978defbdb3e9a8beefbdb8e98198e6af85 |
UHC | ?????毅 | 00111111001111110011111100111111001111111110101111110110 | 3f3f3f3f3febf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)