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 | 紆跣?矮 | 11100010111111001110011011101111001111111110000111100010 | e2fce6ef3fe1e2 |
EUC-JP | 紆跣?矮 | 11100100111111101110110011110001001111111110001011100100 | e4feecf13fe2e4 |
UTF-8 | 紆跣쉃矮 | 111001111011010010000110111010001011011110100011111011001000100110000011111001111001111110101110 | e7b486e8b7a3ec8983e79fae |
UHC | 紆跣쉃矮 | 1110100111100001111000001101001110011010010110001110100011100001 | e9e1e0d39a58e8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)