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 | 艸縁М繧 | 1110010010000111100010011000111110000100010011011110001110000010 | e487898f844de382 |
EUC-JP | 艸縁М繧 | 1110011111100111101100011110111110100111101011101110010111100010 | e7e7b1efa7aee5e2 |
UTF-8 | 艸縁М繧 | 1110100010001001101110001110011110111000100000011101000010011100111001111011100110100111 | e889b8e7b881d09ce7b9a7 |
UHC | 艸?М? | 111101011010110000111111101011001010111000111111 | f5ac3facae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)