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 | ?遲櫛? | 001111111110011110101101100010111111100100111111 | 3fe7ad8bf93f |
EUC-JP | ?遲櫛? | 001111111110111010101111101101101111101100111111 | 3feeafb6fb3f |
UTF-8 | 알遲櫛렟 | 111011001001010110001100111010011000000110110010111001101010101110011011111010111010000010011111 | ec958ce981b2e6ab9beba09f |
UHC | 알遲櫛렟 | 1011111011001011111100101100000011110001111011101000111010110000 | becbf2c0f1ee8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)