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 | ?獒?? | 001111111000111111001011101110110011111100111111 | 3f8fcbbb3f3f |
UTF-8 | 쒔獒롛렊 | 111011001001001010010100111001111000110110010010111010111010000110011011111010111010000010001010 | ec9294e78d92eba19beba08a |
UHC | 쒔獒롛렊 | 1011111010101101111010001010001110001110110111111000111010100001 | beade8a38edf8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)