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 | 狎??泣h? | 111000001011111000111111001111111000101110000011100000101000100000111111 | e0be3f3f8b8382883f |
EUC-JP | 狎??泣h? | 111000001100000000111111001111111011010111100011101000111110100000111111 | e0c03f3fb5e3a3e83f |
UTF-8 | 狎뜯뫀泣h뜎 | 111001111000101110001110111010111001110010101111111010111010101110000000111001101011001110100011111011111011110110001000111010111001110010001110 | e78b8eeb9cafebab80e6b3a3efbd88eb9c8e |
UHC | 狎뜯뫀泣h뜎 | 111001001110010010110110111000101001000110100100111010111110100010100011111010001000110110010001 | e4e4b6e291a4ebe8a3e88d91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)