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 | 執鋕悉 | 1111000010110010100011101011011111111011110101001000111010111011 | f0b28eb7fbd48ebb |
EUC-JP | ?執鋕悉 | 0011111110111100101110011000111111100100110000001011110010111101 | 3fbcb98fe4c0bcbd |
UTF-8 | 執鋕悉 | 111011101000000110110001111001011001111110110111111010011000101110010101111001101000001010001001 | ee81b1e59fb7e98b95e68289 |
UHC | ?執?悉 | 001111111111001011111011001111111110001111111010 | 3ff2fb3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)