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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 莪??^ | 1110010010101110001111110011111101011110 | e4ae3f3f5e |
EUC-JP | 莪??^ | 1110100010110000001111110011111101011110 | e8b03f3f5e |
UTF-8 | 莪굠똁^ | 11101000100011101010101011101010101101011010000011101011100110001000000101011110 | e88eaaeab5a0eb98815e |
UHC | 莪굠똁^ | 11100100101101011000001010001000100011000100001001011110 | e4b582888c425e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)