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 | 廛莖?? | 100111000100010011100100101100010011111100111111 | 9c44e4b13f3f |
EUC-JP | 廛莖?? | 110101111010010111101000101100110011111100111111 | d7a5e8b33f3f |
UTF-8 | 廛莖렯렔 | 111001011011101110011011111010001000111010010110111010111010000010101111111010111010000010010100 | e5bb9be88e96eba0afeba094 |
UHC | 廛莖렯렔 | 1110111011111000110011001110110010001110101111001000111010101001 | eef8ccec8ebc8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)