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 | ???M??? | 00111111001111110011111101001101001111110011111100111111 | 3f3f3f4d3f3f3f |
SJIS-WIN | 蔭??M蔭?? | 100010001111110000111111001111110100110110001000111111000011111100111111 | 88fc3f3f4d88fc3f3f |
EUC-JP | 蔭??M蔭?? | 101100001111111000111111001111110100110110110000111111100011111100111111 | b0fe3f3f4db0fe3f3f |
UTF-8 | 蔭붿꽮M蔭띿꼸 | 11101000100101001010110111101011101101101011111111101010101111011010111001001101111010001001010010101101111010111001110110111111111010101011110010111000 | e894adebb6bfeabdae4de894adeb9dbfeabcb8 |
UHC | 蔭붿꽮M蔭띿꼸 | 11101011111000111001010011101100100001001011100101001101111010111110001110001101111011001000010010010000 | ebe394ec84b94debe38dec8490 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)