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 | 鈞幗セ瑚ケ | 1110011111100000100110111110110010111110100011001110100010111001 | e7e09becbe8ce8b9 |
EUC-JP | 鈞幗セ瑚ケ | 11101110111000101101011011101110100011101011111010111000111010101000111010111001 | eee2d6ee8ebeb8ea8eb9 |
UTF-8 | 鈞幗セ瑚ケ | 111010011000100010011110111001011011100110010111111011111011110110111110111001111001000110011010111011111011110110111001 | e9889ee5b997efbdbee7919aefbdb9 |
UHC | 鈞??瑚? | 11010000101101110011111100111111111110111101000100111111 | d0b73f3ffbd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)