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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 留쎈쪞杻 | 111011111010011110001101111011001000111010001000111011001010101010011110111011111010011110001000 | efa78dec8e88ecaa9eefa788 |
UHC | 留쎈쪞杻 | 1110101110100111101111011110101110100101100101111110101011110100 | eba7bdeba597eaf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)