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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 獰???⑤? | 1110000011010110001111110011111100111111100001110100010000111111 | e0d63f3f3f87443f |
EUC-JP | 獰????? | 11100000110110000011111100111111001111110011111100111111 | e0d83f3f3f3f3f |
UTF-8 | 獰⑸젍樂⑤젉 | 111001111000110110110000111000101001000110111000111011001010000010001101111011111010011010111111111000101001000110100100111011001010000010001001 | e78db0e291b8eca08defa6bfe291a4eca089 |
UHC | 獰⑸젍樂⑤젉 | 111001111011111010101001111010111010000010001110111010001111100110101000111010111010000010001011 | e7bea9eba08ee8f9a8eba08b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)