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 | 鵰蕚榘^ | 11111100010001111110010011010100111110101110101101011110 | fc47e4d4faeb5e |
EUC-JP | 鵰蕚榘^ | 100011111110101111111011111010001101011010001111110001001101100101011110 | 8febfbe8d68fc4d95e |
UTF-8 | 鵰蕚榘^ | 11101001101101011011000011101000100101011001101011100110101001101001100001011110 | e9b5b0e8959ae6a6985e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)