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 | 碣倆癈慥 | 1110000111110000100110001110110111100001100100111001110011010010 | e1f098ede1939cd2 |
EUC-JP | 碣倆癈慥 | 1110001011110010110100001110111111100001111100111101100011010100 | e2f2d0efe1f3d8d4 |
UTF-8 | 碣倆癈慥 | 111001111010001010100011111001011000000010000110111001111001100110001000111001101000010110100101 | e7a2a3e58086e79988e685a5 |
UHC | 碣倆?? | 110010101110010111010101110101100011111100111111 | cae5d5d63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)