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 | 髙叱裙而葢 | 11111011111111001000111010110110111001011110001110001110101001111110010011100010 | fbfc8eb6e5e38ea7e4e2 |
EUC-JP | ?叱裙而葢 | 001111111011110010111000111010101110010110111100101010011110100011100100 | 3fbcb8eae5bca9e8e4 |
UTF-8 | 髙叱裙而葢 | 111010011010101110011001111001011000111110110001111010001010001110011001111010001000000010001100111010001001000110100010 | e9ab99e58fb1e8a399e8808ce891a2 |
UHC | ?叱裙而? | 0011111111110010111010101100111111011001111011001011101100111111 | 3ff2eacfd9ecbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)