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 | ??A??B | 001111110011111101000001001111110011111101000010 | 3f3f413f3f42 |
SJIS-WIN | 偲悉A篠耳B | 10001110110000111000111010111011010000011000111011000010100011101010100001000010 | 8ec38ebb418ec28ea842 |
EUC-JP | 偲悉A篠耳B | 10111100110001011011110010111101010000011011110011000100101111001010101001000010 | bcc5bcbd41bcc4bcaa42 |
UTF-8 | 偲悉A篠耳B | 1110010110000001101100101110011010000010100010010100000111100111101011111010000011101000100000001011001101000010 | e581b2e6828941e7afa0e880b342 |
UHC | ?悉A篠耳B | 001111111110001111111010010000011110000111000110111011001011110001000010 | 3fe3fa41e1c6ecbc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)