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 | 艶l?? | 100010011001000010000010100011000011111100111111 | 8990828c3f3f |
EUC-JP | 艶l?? | 101100011111000010100011111011000011111100111111 | b1f0a3ec3f3f |
UTF-8 | 艶l뮀杻 | 111010001000100110110110111011111011110110001100111010111010111010000000111011111010011110001000 | e889b6efbd8cebae80efa788 |
UHC | 艶l뮀杻 | 1110011011111101101000111110110010010010100011111110101011110100 | e6fda3ec928feaf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)