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 | ¬???? | 1010110000111111001111110011111100111111 | ac3f3f3f3f |
SJIS-WIN | ¬ワ闔コ室 | 1000000111001010110111001110100010001110101110101000111010111010 | 81cadce88eba8eba |
EUC-JP | ¬ワ闔コ室 | 10100010110011001000111011011100111011111110111010001110101110101011110010111100 | a2cc8edcefee8ebabcbc |
UTF-8 | ¬ワ闔コ室 | 1100001010101100111011111011111010011100111010011001011110010100111011111011110110111010111001011010111010100100 | c2acefbe9ce99794efbdbae5aea4 |
UHC | ??闔?室 | 00111111001111111111100111101111001111111110001111111000 | 3f3ff9ef3fe3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)