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 | 狎??泣e? | 111000001011111000111111001111111000101110000011100000101000010100111111 | e0be3f3f8b8382853f |
EUC-JP | 狎??泣e? | 111000001100000000111111001111111011010111100011101000111110010100111111 | e0c03f3fb5e3a3e53f |
UTF-8 | 狎뜯뫀泣e퐲 | 111001111000101110001110111010111001110010101111111010111010101110000000111001101011001110100011111011111011110110000101111011011001000010110010 | e78b8eeb9cafebab80e6b3a3efbd85ed90b2 |
UHC | 狎뜯뫀泣e퐲 | 111001001110010010110110111000101001000110100100111010111110100010100011111001011011110110011011 | e4e4b6e291a4ebe8a3e5bd9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)