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 | ???X?N | 001111110011111100111111010110000011111101001110 | 3f3f3f583f4e |
SJIS-WIN | ???X?N | 001111110011111100111111010110000011111101001110 | 3f3f3f583f4e |
EUC-JP | ???X?N | 001111110011111100111111010110000011111101001110 | 3f3f3f583f4e |
UTF-8 | 혩쨌혪X혪N | 1110110110011000101010011110110010101000100011001110110110011000101010100101100011101101100110001010101001001110 | ed98a9eca88ced98aa58ed98aa4e |
UHC | 혩쨌혪X혪N | 11000010100100011100001010110111110000101001001001011000110000101001001001001110 | c291c2b7c29258c2924e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)