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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 琿錬痞鵡 | 1110000011101011100110000100001011100001011111001001011010110111 | e0eb9842e17c96b7 |
EUC-JP | 琿錬痞鵡 | 1110000011101101110011111010001111100001110111011100110010111001 | e0edcfa3e1ddccb9 |
UTF-8 | 琿錬痞鵡 | 111001111001000010111111111010011000110010101100111001111001011110011110111010011011010110100001 | e790bfe98cace7979ee9b5a1 |
UHC | 琿??鵡 | 111110111110101000111111001111111101100111110111 | fbea3f3fd9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)