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 | ???弛?? | 00111111001111110011111110010010011011110011111100111111 | 3f3f3f926f3f3f |
EUC-JP | ???弛?? | 00111111001111110011111111000011110100000011111100111111 | 3f3f3fc3d03f3f |
UTF-8 | 娛륁빢弛됵쭓 | 111001011010100010011011111010111010010110000001111010111011100110100010111001011011110010011011111010111001000010110101111011001010110110010011 | e5a89beba581ebb9a2e5bc9beb90b5ecad93 |
UHC | 娛륁빢弛됵쭓 | 111001111111010010001111111011001001010110111110111011001010110010001001111011111010011110001011 | e7f48fec95beecac89efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)