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 | 淏?禹?烝? | 111110110100001000111111111000100101101000111111111000000111111000111111 | fb423fe25a3fe07e3f |
EUC-JP | 淏?禹?烝? | 10001111110001111101100100111111111000111011101100111111110111111101111100111111 | 8fc7d93fe3bb3fdfdf3f |
UTF-8 | 淏렧禹렕烝렏 | 111001101011011110001111111010111010000010100111111001111010011010111001111010111010000010010101111001111000001110011101111010111010000010001111 | e6b78feba0a7e7a6b9eba095e7839deba08f |
UHC | 淏렧禹렕烝렏 | 111110111100100010001110101101101110100111100000100011101010101011110001111101101000111010100101 | fbc88eb6e9e08eaaf1f68ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)