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 | 賰悌逢閭 | 1111101110101101100100101110111010001000101001111110100010000011 | fbad92ee88a7e883 |
EUC-JP | 賰悌逢閭 | 100011111101111110111001110001001111000010110000101010011110111111100011 | 8fdfb9c4f0b0a9efe3 |
UTF-8 | 賰悌逢閭 | 111010001011001110110000111001101000001010001100111010011000000010100010111010011001011010101101 | e8b3b0e6828ce980a2e996ad |
UHC | ?悌逢閭 | 00111111111100001010101011011100111100011101010111101111 | 3ff0aadcf1d5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)