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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 猶??^ | 1001011101010000001111110011111101011110 | 97503f3f5e |
EUC-JP | 猶??^ | 1100110110110001001111110011111101011110 | cdb13f3f5e |
UTF-8 | 猶뗫쮳^ | 11100111100011001011011011101011100101111010101111101100101011101011001101011110 | e78cb6eb97abecaeb35e |
UHC | 猶뗫쮳^ | 11101011101000101000101111101011101010001001000001011110 | eba28beba8905e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)