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 | ?璪?? | 001111111000111111001100111000000011111100111111 | 3f8fcce03f3f |
UTF-8 | 롅璪렪뤗 | 111010111010000110000101111001111001001010101010111010111010000010101010111010111010010010010111 | eba185e792aaeba0aaeba497 |
UHC | 롅璪렪뤗 | 1000111011001011111100001101000110001110101110001000111111000111 | 8ecbf0d18eb88fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)