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 | 燿爿猾猖 | 1110000010100000111000001010101111100000110011111110000011001001 | e0a0e0abe0cfe0c9 |
EUC-JP | 燿爿猾猖 | 1110000010100010111000001010110111100000110100011110000011001011 | e0a2e0ade0d1e0cb |
UTF-8 | 燿爿猾猖 | 111001111000011110111111111001111000100010111111111001111000110010111110111001111000110010010110 | e787bfe788bfe78cbee78c96 |
UHC | 燿?猾猖 | 11101000111111000011111111111100110000101111001111101001 | e8fc3ffcc2f3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)