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 | 豈ゅ圭痲 | 1110011010101111100000101110001110001100010111001110000110000100 | e6af82e38c5ce184 |
EUC-JP | 豈ゅ圭痲 | 1110110010110001101001001110010110110111101111011110000111100100 | ecb1a4e5b7bde1e4 |
UTF-8 | 豈ゅ圭痲 | 111010001011000110001000111000111000001010000101111001011001110010101101111001111001011110110010 | e8b188e38285e59cade797b2 |
UHC | 豈ゅ圭痲 | 1101000111000010101010101110010111010000101001001101100010100110 | d1c2aae5d0a4d8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)