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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ??^ | 001111110011111101011110 | 3f3f5e |
EUC-JP | 爀爀^ | 10001111110010101011111010001111110010101011111001011110 | 8fcabe8fcabe5e |
UTF-8 | 爀爀^ | 11100111100010001000000011100111100010001000000001011110 | e78880e788805e |
UHC | 爀爀^ | 1111101011010010111110101101001001011110 | fad2fad25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)