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 | 崖??愛 | 100010100101001000111111001111111000100010100100 | 8a523f3f88a4 |
EUC-JP | 崖??愛 | 101100111011001100111111001111111011000010100110 | b3b33f3fb0a6 |
UTF-8 | 崖ㅹ윸愛 | 111001011011010010010110111000111000010110111001111011001001110010111000111001101000010010011011 | e5b496e385b9ec9cb8e6849b |
UHC | 崖ㅹ윸愛 | 1110010011110000101001001110100110011111101100101110010011110001 | e4f0a4e99fb2e4f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)