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 | 處??庸 | 100110010111110000111111001111111001011101100110 | 997c3f3f9766 |
EUC-JP | 處??庸 | 110100011101110100111111001111111100110111000111 | d1dd3f3fcdc7 |
UTF-8 | 處샬뤚庸 | 111010001001100110010101111011001000001110101100111010111010010010011010111001011011101010111000 | e89995ec83aceba49ae5bab8 |
UHC | 處샬뤚庸 | 1111010010100101101111001010001110001111110010011110100110111100 | f4a5bca38fc9e9bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)