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 | 蝸皮ケケ | 111001011001011110010100111001111011100110111001 | e59794e7b9b9 |
EUC-JP | 蝸皮ケケ | 1110100111110111110010001110100110001110101110011000111010111001 | e9f7c8e98eb98eb9 |
UTF-8 | 蝸皮ケケ | 111010001001110110111000111001111001101010101110111011111011110110111001111011111011110110111001 | e89db8e79aaeefbdb9efbdb9 |
UHC | 蝸皮?? | 111010001100010011111001101010110011111100111111 | e8c4f9ab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)