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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 蔓鴃[蔓鴃[^ | 1001011010100000111010011110111001011011100101101010000011101001111011100101101101011110 | 96a0e9ee5b96a0e9ee5b5e |
EUC-JP | 蔓鴃[蔓鴃[^ | 1100110010100010111100101111000001011011110011001010001011110010111100000101101101011110 | cca2f2f05bcca2f2f05b5e |
UTF-8 | 蔓鴃[蔓鴃[^ | 111010001001010010010011111010011011010010000011010110111110100010010100100100111110100110110100100000110101101101011110 | e89493e9b4835be89493e9b4835b5e |
UHC | 蔓?[蔓?[^ | 110110001100000000111111010110111101100011000000001111110101101101011110 | d8c03f5bd8c03f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)