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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??┗蘖 | 001111110011111110000100101011111001111101010000 | 3f3f84af9f50 |
EUC-JP | 澔?┗蘖 | 1000111111001000111011000011111110101000101100011101110110110001 | 8fc8ec3fa8b1ddb1 |
UTF-8 | 澔멨┗蘖 | 111001101011111010010100111010111010100110101000111000101001010010010111111010001001100010010110 | e6be94eba9a8e29497e89896 |
UHC | 澔멨┗蘖 | 1111101111001011101110001110010110100110101100011110010111101110 | fbcbb8e5a6b1e5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)