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?X?B | 0011111101011000001111110100111000111111010110000011111101000010 | 3f583f4e3f583f42 |
SJIS-WIN | ?X?N?X?B | 0011111101011000001111110100111000111111010110000011111101000010 | 3f583f4e3f583f42 |
EUC-JP | ?X?N?X?B | 0011111101011000001111110100111000111111010110000011111101000010 | 3f583f4e3f583f42 |
UTF-8 | 혪X혪N혪X혪B | 11101101100110001010101001011000111011011001100010101010010011101110110110011000101010100101100011101101100110001010101001000010 | ed98aa58ed98aa4eed98aa58ed98aa42 |
UHC | 혪X혪N혪X혪B | 110000101001001001011000110000101001001001001110110000101001001001011000110000101001001001000010 | c29258c2924ec29258c29242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)