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 | EG}YEG}bE | 10010010010001011001001001000111011111010101100110010010010001011001001001000111011111010110001001000101 | 924592477d59924592477d6245 |
SJIS-WIN | ?E?G}Y?E?G}bE | 00111111010001010011111101000111011111010101100100111111010001010011111101000111011111010110001001000101 | 3f453f477d593f453f477d6245 |
EUC-JP | ?E?G}Y?E?G}bE | 00111111010001010011111101000111011111010101100100111111010001010011111101000111011111010110001001000101 | 3f453f477d593f453f477d6245 |
UTF-8 | EG}YEG}bE | 1100001010010010010001011100001010010010010001110111110101011001110000101001001001000101110000101001001001000111011111010110001001000101 | c29245c292477d59c29245c292477d6245 |
UHC | ?E?G}Y?E?G}bE | 00111111010001010011111101000111011111010101100100111111010001010011111101000111011111010110001001000101 | 3f453f477d593f453f477d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)