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 | 慂揚拈琲 | 1001110011001000100101110110011110011101010111111110000011101000 | 9cc897679d5fe0e8 |
EUC-JP | 慂揚拈琲 | 1101100011001010110011011100100011011001110000001110000011101010 | d8cacdc8d9c0e0ea |
UTF-8 | 慂揚拈琲 | 111001101000010110000010111001101000111110011010111001101000101110001000111001111001000010110010 | e68582e68f9ae68b88e790b2 |
UHC | 慂揚拈? | 11101001101111011110010111000000110100101011100100111111 | e9bde5c0d2b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)