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?B | 001111110011111100111111010001000011111101000010 | 3f3f3f443f42 |
SJIS-WIN | ?邵?D紆B | 0011111111100111101110000011111101000100111000101111110001000010 | 3fe7b83f44e2fc42 |
EUC-JP | ?邵?D紆B | 0011111111101110101110100011111101000100111001001111111001000010 | 3feeba3f44e4fe42 |
UTF-8 | 뾑邵쉃D紆B | 1110101110111110100100011110100110000010101101011110110010001001100000110100010011100111101101001000011001000010 | ebbe91e982b5ec898344e7b48642 |
UHC | 뾑邵쉃D紆B | 10010111010011111110000111010000100110100101100001000100111010011110000101000010 | 974fe1d09a5844e9e142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)