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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 野??攸?? | 1001011011101100001111110011111110011101101111110011111100111111 | 96ec3f3f9dbf3f3f |
EUC-JP | 野??攸?? | 1100110011101110001111110011111111011010110000010011111100111111 | ccee3f3fdac13f3f |
UTF-8 | 野⑷턃攸루땝 | 111010011000011110001110111000101001000110110111111011011000010010000011111001101001010010111000111010111010001110101000111010111001010110011101 | e9878ee291b7ed8483e694b8eba3a8eb959d |
UHC | 野⑷턃攸루땝 | 111001011010111110101001111010101011010110011111111010101111001010110111111001111011011010101100 | e5afa9eab59feaf2b7e7b6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)