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 | JEµDE\ | 1001001001001010100100100100010110010001101101010100010010010010010001011001001001011100 | 924a924591b5449245925c |
SJIS-WIN | ?J?E??D?E?\ | 0011111101001010001111110100010100111111001111110100010000111111010001010011111101011100 | 3f4a3f453f3f443f453f5c |
EUC-JP | ?J?E??D?E?\ | 0011111101001010001111110100010100111111001111110100010000111111010001010011111101011100 | 3f4a3f453f3f443f453f5c |
UTF-8 | JEµDE\ | 1100001010010010010010101100001010010010010001011100001010010001110000101011010101000100110000101001001001000101110000101001001001011100 | c2924ac29245c291c2b544c29245c2925c |
UHC | ?J?E??D?E?\ | 0011111101001010001111110100010100111111001111110100010000111111010001010011111101011100 | 3f4a3f453f3f443f453f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)