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 | 傲??押 | 100110001111110000111111001111111000100110011111 | 98fc3f3f899f |
EUC-JP | 傲??押 | 110100001111111000111111001111111011001010100001 | d0fe3f3fb2a1 |
UTF-8 | 傲ⓧ뻑押 | 111001011000001010110010111000101001001110100111111010111011101110010001111001101000101010111100 | e582b2e293a7ebbb91e68abc |
UHC | 傲ⓧ뻑押 | 1110011111101100101010001110010010111011101101101110010011100011 | e7eca8e4bbb6e4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)