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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 褥産褥暫E | 111001011111000110001110010110011110010111110001100011100110001001000101 | e5f18e59e5f18e6245 |
EUC-JP | 褥産褥暫E | 111010101111001110111011101110101110101011110011101110111100001101000101 | eaf3bbbaeaf3bbc345 |
UTF-8 | 褥産褥暫E | 11101000101001001010010111100111100101001010001111101000101001001010010111100110100110101010101101000101 | e8a4a5e794a3e8a4a5e69aab45 |
UHC | 褥産褥暫E | 111010011011001111011111101001111110100110110011111011011101010101000101 | e9b3dfa7e9b3edd545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)