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 | 鉸璽燁嫉 | 1111101111001110100011101010001111111011010110011000111010111001 | fbce8ea3fb598eb9 |
EUC-JP | 鉸璽燁嫉 | 10001111111000111111001010111100101001011000111111001010101100111011110010111011 | 8fe3f2bca58fcab3bcbb |
UTF-8 | 鉸璽燁嫉 | 111010011000100110111000111001111001001010111101111001111000011110000001111001011010101110001001 | e989b8e792bde78781e5ab89 |
UHC | ?璽燁嫉 | 00111111110111111101111011100111101001111111001011101100 | 3fdfdee7a7f2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)