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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 慫?芝?? | 10011100110011110011111110001110110001010011111100111111 | 9ccf3f8ec53f3f |
EUC-JP | 慫?芝?? | 11011000110100010011111110111100110001110011111100111111 | d8d13fbcc73f3f |
UTF-8 | 慫렱芝렭뤶 | 111001101000010110101011111010111010000010110001111010001000101010011101111010111010000010101101111010111010010010110110 | e685abeba0b1e88a9deba0adeba4b6 |
UHC | 慫렱芝렭뤶 | 11110000111101101000111010111110111100101011100110001110101110101000111111100100 | f0f68ebef2b98eba8fe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)