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 | 咀峰?才 | 10011001111100001001010111110100001111111000110111001011 | 99f095f43f8dcb |
EUC-JP | 咀峰?才 | 11010010111100101100101011110110001111111011101011001101 | d2f2caf63fbacd |
UTF-8 | 咀峰벳才 | 111001011001001010000000111001011011001110110000111010111011001010110011111001101000100110001101 | e59280e5b3b0ebb2b3e6898d |
UHC | 咀峰벳才 | 1110111010111010110111001110100010111010101010101110111010100110 | eebadce8baaaeea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)