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 | ?????け | 00111111001111110011111100111111001111111000001010101111 | 3f3f3f3f3f82af |
EUC-JP | ?????け | 00111111001111110011111100111111001111111010010010110001 | 3f3f3f3f3fa4b1 |
UTF-8 | 룵즽㈛룫혧け | 111010111010001110110101111011001010011010111101111000111000100010011011111010111010001110101011111011011001100010100111111000111000000110010001 | eba3b5eca6bde3889beba3abed98a7e38191 |
UHC | 룵즽㈛룫혧け | 100011111010101010100011100011111010100111001100100011111010001011000010100011111010101010110001 | 8faaa38fa9cc8fa2c28faab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)