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 | 紆跣?? | 111000101111110011100110111011110011111100111111 | e2fce6ef3f3f |
EUC-JP | 紆跣?? | 111001001111111011101100111100010011111100111111 | e4feecf13f3f |
UTF-8 | 紆跣쉃뾸 | 111001111011010010000110111010001011011110100011111011001000100110000011111010111011111010111000 | e7b486e8b7a3ec8983ebbeb8 |
UHC | 紆跣쉃뾸 | 1110100111100001111000001101001110011010010110001001011101111010 | e9e1e0d39a58977a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)