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 | ???署 | 0011111100111111001111111000111110010000 | 3f3f3f8f90 |
EUC-JP | ???署 | 0011111100111111001111111011110111110000 | 3f3f3fbdf0 |
UTF-8 | 쉋뺲挻署 | 111011001000100110001011111010111011101010110010111001101000110010111011111001111011110110110010 | ec898bebbab2e68cbbe7bdb2 |
UHC | 쉋뺲挻署 | 1001101001100101100101011111100111100110110010011101111111111110 | 9a6595f9e6c9dffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)