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 | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
SJIS-WIN | モ」モョhモ」 | 11010011101000111101001110101110011010001101001110100011 | d3a3d3ae68d3a3 |
EUC-JP | モ」モョhモ」 | 10001110110100111000111010100011100011101101001110001110101011100110100010001110110100111000111010100011 | 8ed38ea38ed38eae688ed38ea3 |
UTF-8 | モ」モョhモ」 | 11101111101111101001001111101111101111011010001111101111101111101001001111101111101111011010111001101000111011111011111010010011111011111011110110100011 | efbe93efbda3efbe93efbdae68efbe93efbda3 |
UHC | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)