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 | ???u???u^ | 001111110011111100111111011101010011111100111111001111110111010101011110 | 3f3f3f753f3f3f755e |
SJIS-WIN | ???u???u^ | 001111110011111100111111011101010011111100111111001111110111010101011110 | 3f3f3f753f3f3f755e |
EUC-JP | ???u???u^ | 001111110011111100111111011101010011111100111111001111110111010101011110 | 3f3f3f753f3f3f755e |
UTF-8 | 묨묧묨u묨묧묨u^ | 111010111010110010101000111010111010110010100111111010111010110010101000011101011110101110101100101010001110101110101100101001111110101110101100101010000111010101011110 | ebaca8ebaca7ebaca875ebaca8ebaca7ebaca8755e |
UHC | 묨묧묨u묨묧묨u^ | 100100100100000110010001111111101001001001000001011101011001001001000001100100011111111010010010010000010111010101011110 | 924191fe924175924191fe9241755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)