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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | モュ耨箏 | 1101001110101101111101101011010011100011110100111110001010110101 | d3adf6b4e3d3e2b5 |
EUC-JP | モュ?耨箏 | 100011101101001110001110101011010011111111100110110101011110010010110111 | 8ed38ead3fe6d5e4b7 |
UTF-8 | モュ耨箏 | 111011111011111010010011111011111011110110101101111011101001001110011011111010001000000010101000111001111010111010001111 | efbe93efbdadee939be880a8e7ae8f |
UHC | ????箏 | 001111110011111100111111001111111110111010110100 | 3f3f3f3feeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)