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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 苜紙┌嵐 | 1110010010011100100011101000011010000100101000011001011110010010 | e49c8e8684a19792 |
EUC-JP | 苜紙┌嵐 | 1110011111111100101110111110011010101000101000111100110111110010 | e7fcbbe6a8a3cdf2 |
UTF-8 | 苜紙┌嵐 | 111010001000101110011100111001111011010010011001111000101001010010001100111001011011010110010000 | e88b9ce7b499e2948ce5b590 |
UHC | ?紙┌嵐 | 00111111111100101011010110100110101000111101010110111001 | 3ff2b5a6a3d5b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)