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 | ?h??~ | 0011111101101000001111110011111101111110 | 3f683f3f7e |
SJIS-WIN | 籵h爵灼~ | 1110001011100000011010001000111011011101100011101101110001111110 | e2e0688edd8edc7e |
EUC-JP | 籵h爵灼~ | 1110010011100010011010001011110011011111101111001101111001111110 | e4e268bcdfbcde7e |
UTF-8 | 籵h爵灼~ | 1110011110110001101101010110100011100111100010001011010111100111100000011011110001111110 | e7b1b568e788b5e781bc7e |
UHC | ?h爵灼~ | 00111111011010001110110111001001111011011100011101111110 | 3f68edc9edc77e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)