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???X^ | 001111110011111100111111010110000011111100111111001111110101100001011110 | 3f3f3f583f3f3f585e |
SJIS-WIN | ???X???X^ | 001111110011111100111111010110000011111100111111001111110101100001011110 | 3f3f3f583f3f3f585e |
EUC-JP | ???X???X^ | 001111110011111100111111010110000011111100111111001111110101100001011110 | 3f3f3f583f3f3f585e |
UTF-8 | 묧뫎묧X묧뫎묧X^ | 111010111010110010100111111010111010101110001110111010111010110010100111010110001110101110101100101001111110101110101011100011101110101110101100101001110101100001011110 | ebaca7ebab8eebaca758ebaca7ebab8eebaca7585e |
UHC | 묧뫎묧X묧뫎묧X^ | 100100011111111010010001101100001001000111111110010110001001000111111110100100011011000010010001111111100101100001011110 | 91fe91b091fe5891fe91b091fe585e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)