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 | 形族騒楊 | 1000110001100000100100011011000010010001100110111001011101101011 | 8c6091b0919b976b |
EUC-JP | 形族騒楊 | 1011011111000001110000101011001011000001111110111100110111001100 | b7c1c2b2c1fbcdcc |
UTF-8 | 形族騒楊 | 111001011011110110100010111001101001011110001111111010011010100010010010111001101010010110001010 | e5bda2e6978fe9a892e6a58a |
UHC | 形族?楊 | 11111011101000011111000011101001001111111110010111000101 | fba1f0e93fe5c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)