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 | 鈔ア邯哥 | 11100111111000101011000111100111101101101001101001000110 | e7e2b1e7b69a46 |
EUC-JP | 鈔ア邯哥 | 1110111011100100100011101011000111101110101110001101001110100111 | eee48eb1eeb8d3a7 |
UTF-8 | 鈔ア邯哥 | 111010011000100010010100111011111011110110110001111010011000001010101111111001011001001110100101 | e98894efbdb1e982afe593a5 |
UHC | ??邯哥 | 001111110011111111001010111110111100101010101000 | 3f3fcafbcaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)