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???E?P | 0011111101011000001111110011111100111111010001010011111101010000 | 3f583f3f3f453f50 |
SJIS-WIN | ?X???E?P | 0011111101011000001111110011111100111111010001010011111101010000 | 3f583f3f3f453f50 |
EUC-JP | ?X???E?P | 0011111101011000001111110011111100111111010001010011111101010000 | 3f583f3f3f453f50 |
UTF-8 | 혪X혩짜혪E혪P | 111011011001100010101010010110001110110110011000101010011110110010100111100111001110110110011000101010100100010111101101100110001010101001010000 | ed98aa58ed98a9eca79ced98aa45ed98aa50 |
UHC | 혪X혩짜혪E혪P | 11000010100100100101100011000010100100011100001010100101110000101001001001000101110000101001001001010000 | c29258c291c2a5c29245c29250 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)