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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?深叭 | 0011111110010000010110111001100111011010 | 3f905b99da |
EUC-JP | ?深叭 | 0011111110111111101111001101001011011100 | 3fbfbcd2dc |
UTF-8 | 룶深叭 | 111010111010001110110110111001101011011110110001111001011000111110101101 | eba3b6e6b7b1e58fad |
UHC | 룶深叭 | 100011111010101111100100101000101111100010100011 | 8fabe4a2f8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)