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 | DÀDÀ^ | 100100010100010010010000110000001001000101000100100100001100000001011110 | 914490c0914490c05e |
SJIS-WIN | ?D???D??^ | 001111110100010000111111001111110011111101000100001111110011111101011110 | 3f443f3f3f443f3f5e |
EUC-JP | ?D?À?D?À^ | 00111111010001000011111110001111101010101010001000111111010001000011111110001111101010101010001001011110 | 3f443f8faaa23f443f8faaa25e |
UTF-8 | DÀDÀ^ | 110000101001000101000100110000101001000011000011100000001100001010010001010001001100001010010000110000111000000001011110 | c29144c290c380c29144c290c3805e |
UHC | ?D???D??^ | 001111110100010000111111001111110011111101000100001111110011111101011110 | 3f443f3f3f443f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)