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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | フ「脛B | 1100110010100010111000111111100001000010 | cca2e3f842 |
EUC-JP | フ「脛B | 10001110110011001000111010100010111001101111101001000010 | 8ecc8ea2e6fa42 |
UTF-8 | フ「脛B | 11101111101111101000110011101111101111011010001011101000100001001001101101000010 | efbe8cefbda2e8849b42 |
UHC | ??脛B | 0011111100111111110011001110101101000010 | 3f3fcceb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)