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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | 庾??庾??B | 1000111110111100110011100011111100111111100011111011110011001110001111110011111101000010 | 8fbcce3f3f8fbcce3f3f42 |
UTF-8 | 庾깅렠庾깅렠B | 11100101101110101011111011101010101110011000010111101011101000001010000011100101101110101011111011101010101110011000010111101011101000001010000001000010 | e5babeeab985eba0a0e5babeeab985eba0a042 |
UHC | 庾깅렠庾깅렠B | 11101010111011001011000111101011100011101011000111101010111011001011000111101011100011101011000101000010 | eaecb1eb8eb1eaecb1eb8eb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)