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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ミッ羚ミッ羚B | 110100001010111111100011101101111101000010101111111000111011011101000010 | d0afe3b7d0afe3b742 |
EUC-JP | ミッ羚ミッ羚B | 10001110110100001000111010101111111001101011100110001110110100001000111010101111111001101011100101000010 | 8ed08eafe6b98ed08eafe6b942 |
UTF-8 | ミッ羚ミッ羚B | 11101111101111101001000011101111101111011010111111100111101111101001101011101111101111101001000011101111101111011010111111100111101111101001101001000010 | efbe90efbdafe7be9aefbe90efbdafe7be9a42 |
UHC | ??羚??羚B | 001111110011111111010110101111100011111100111111110101101011111001000010 | 3f3fd6be3f3fd6be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)