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 | 膩fそ踟 | 1110010001010110100000101000011010000010101110111110011011110111 | e456828682bbe6f7 |
EUC-JP | 膩fそ踟 | 1110011110110111101000111110011010100100101111011110110011111001 | e7b7a3e6a4bdecf9 |
UTF-8 | 膩fそ踟 | 111010001000011010101001111011111011110110000110111000111000000110011101111010001011100010011111 | e886a9efbd86e3819de8b89f |
UHC | ?fそ? | 001111111010001111100110101010101011110100111111 | 3fa3e6aabd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)