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 | 甕??辱? | 11100001010100000011111100111111100100000100101000111111 | e1503f3f904a3f |
EUC-JP | 甕??辱? | 11100001101100010011111100111111101111111010101100111111 | e1b13f3fbfab3f |
UTF-8 | 甕앬펿辱촀 | 111001111001010010010101111011001001010110101100111011011000111010111111111010001011111010110001111011001011010010000000 | e79495ec95aced8ebfe8beb1ecb480 |
UHC | 甕앬펿辱촀 | 11101000101110001001110111100100101111001000111011101001101101001010110001000011 | e8b89de4bc8ee9b4ac43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)