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 | 謳咲カ哥 | 11100110100100001000110111100111101101101001101001000110 | e6908de7b69a46 |
EUC-JP | 謳咲カ哥 | 1110101111110000101110101110100110001110101101101101001110100111 | ebf0bae98eb6d3a7 |
UTF-8 | 謳咲カ哥 | 111010001010110010110011111001011001001010110010111011111011110110110110111001011001001110100101 | e8acb3e592b2efbdb6e593a5 |
UHC | 謳??哥 | 110011111100010000111111001111111100101010101000 | cfc43f3fcaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)