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 | 源??? | 1000110010111001001111110011111100111111 | 8cb93f3f3f |
EUC-JP | 源??? | 1011100010111011001111110011111100111111 | b8bb3f3f3f |
UTF-8 | 源븜렟렑 | 111001101011101010010000111010111011100010011100111010111010000010011111111010111010000010010001 | e6ba90ebb89ceba09feba091 |
UHC | 源븜렟렑 | 1110101010111001101110101110111010001110101100001000111010100110 | eab9baee8eb08ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)