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 | ???豹 | 0011111100111111001111111001010101011110 | 3f3f3f955e |
EUC-JP | ?琁?豹 | 00111111100011111100110010100011001111111100100110111111 | 3f8fcca33fc9bf |
UTF-8 | 암琁뤜豹 | 111011001001010110010100111001111001000010000001111010111010010010011100111010001011000110111001 | ec9594e79081eba49ce8b1b9 |
UHC | 암琁뤜豹 | 1011111011001111111000001100010010001111110010111111100011111011 | becfe0c48fcbf8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)