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 | ?^???I?? | 0011111101011110001111110011111100111111010010010011111100111111 | 3f5e3f3f3f493f3f |
SJIS-WIN | ?^???I?? | 0011111101011110001111110011111100111111010010010011111100111111 | 3f5e3f3f3f493f3f |
EUC-JP | ?^???I?? | 0011111101011110001111110011111100111111010010010011111100111111 | 3f5e3f3f3f493f3f |
UTF-8 | 채^혥혧혧I채짖 | 1110110010110001100001000101111011101101100110001010010111101101100110001010011111101101100110001010011101001001111011001011000110000100111011001010011110010110 | ecb1845eed98a5ed98a7ed98a749ecb184eca796 |
UHC | 채^혥혧혧I채짖 | 1100001110100100010111101100001010001101110000101000111111000010100011110100100111000011101001001100001010100010 | c3a45ec28dc28fc28f49c3a4c2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)