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^ | 111010111010110010110000111010111010101110011100111010111010101110001100011110001110101110101100101100001110101110101011100111001110101110101011100011000111100001011110 | ebacb0ebab9cebab8c78ebacb0ebab9cebab8c785e |
UHC | 묰뫜뫌x묰뫜뫌x^ | 100100100100011110010001101111001001000110101110011110001001001001000111100100011011110010010001101011100111100001011110 | 924791bc91ae78924791bc91ae785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)