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 | 濵宅貍夭 | 1111101101001101100100011110111011100110101111001001101011101110 | fb4d91eee6bc9aee |
EUC-JP | 濵宅貍夭 | 100011111100100110100110110000101111000011101100101111101101010011110000 | 8fc9a6c2f0ecbed4f0 |
UTF-8 | 濵宅貍夭 | 111001101011111110110101111001011010111010000101111010001011001010001101111001011010010010101101 | e6bfb5e5ae85e8b28de5a4ad |
UHC | ?宅?夭 | 001111111101001111101011001111111110100011101100 | 3fd3eb3fe8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)