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 | 重???雨罔 | 100011110110010000111111001111110011111110001001010010101110001110100110 | 8f643f3f3f894ae3a6 |
EUC-JP | 重?侁?雨罔 | 1011110111000101001111111000111110110000111111000011111110110001101010111110011010101000 | bdc53f8fb0fc3fb1abe6a8 |
UTF-8 | 重렮侁렢雨罔 | 111010011000011110001101111010111010000010101110111001001011111010000001111010111010000010100010111010011001101110101000111001111011110110010100 | e9878deba0aee4be81eba0a2e99ba8e7bd94 |
UHC | 重렮侁렢雨罔 | 111100011110110010001110101110111110001111100000100011101011001111101001111010111101100011010010 | f1ec8ebbe3e08eb3e9ebd8d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)