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 | 郤舌g裨 | 1110011110111010100100001110001110000010100001111110010111101001 | e7ba90e38287e5e9 |
EUC-JP | 郤舌g裨 | 1110111010111100110000001110010110100011111001111110101011101011 | eebcc0e5a3e7eaeb |
UTF-8 | 郤舌g裨 | 111010011000001110100100111010001000100010001100111011111011110110000111111010001010001110101000 | e983a4e8888cefbd87e8a3a8 |
UHC | ?舌g裨 | 00111111111000001101111110100011111001111101111010100101 | 3fe0dfa3e7dea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)