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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | ?省G | 00111111100011111100100001000111 | 3f8fc847 |
EUC-JP | ?省G | 00111111101111101100101001000111 | 3fbeca47 |
UTF-8 | 쒔省G | 11101100100100101001010011100111100111001000000101000111 | ec9294e79c8147 |
UHC | 쒔省G | 1011111010101101111000001111110101000111 | beade0fd47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)