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 | ????YB | 001111110011111100111111001111110101100101000010 | 3f3f3f3f5942 |
SJIS-WIN | 巐呱讌ッYB | 111110101011011010011001111010111110011010100101101011110101100101000010 | fab699ebe6a5af5942 |
EUC-JP | 巐呱讌ッYB | 1000111110111011111110011101001011101101111011001010011110001110101011110101100101000010 | 8fbbf9d2edeca78eaf5942 |
UTF-8 | 巐呱讌ッYB | 1110010110110111100100001110010110010001101100011110100010101110100011001110111110111101101011110101100101000010 | e5b790e591b1e8ae8cefbdaf5942 |
UHC | ?呱??YB | 00111111110011011011001000111111001111110101100101000010 | 3fcdb23f3f5942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)