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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 痾咫痞痾 | 1110000101111101100110100100000011100001011111001110000101111101 | e17d9a40e17ce17d |
EUC-JP | 痾咫痞痾 | 1110000111011110110100111010000111100001110111011110000111011110 | e1ded3a1e1dde1de |
UTF-8 | 痾咫痞痾 | 111001111001011110111110111001011001001010101011111001111001011110011110111001111001011110111110 | e797bee592abe7979ee797be |
UHC | ?咫?? | 0011111111110010101000010011111100111111 | 3ff2a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)