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 | ???x???x^ | 001111110011111100111111011110000011111100111111001111110111100001011110 | 3f3f3f783f3f3f785e |
SJIS-WIN | ???x???x^ | 001111110011111100111111011110000011111100111111001111110111100001011110 | 3f3f3f783f3f3f785e |
EUC-JP | ???x???x^ | 001111110011111100111111011110000011111100111111001111110111100001011110 | 3f3f3f783f3f3f785e |
UTF-8 | 채찾채x채찾채x^ | 111011001011000110000100111011001011000010111110111011001011000110000100011110001110110010110001100001001110110010110000101111101110110010110001100001000111100001011110 | ecb184ecb0beecb18478ecb184ecb0beecb184785e |
UHC | 채찾채x채찾채x^ | 110000111010010011000011101000111100001110100100011110001100001110100100110000111010001111000011101001000111100001011110 | c3a4c3a3c3a478c3a4c3a3c3a4785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)