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 | 召ア宵蕋 | 10001111101000101011000110001111101010101110010101000010 | 8fa2b18faae542 |
EUC-JP | 召ア宵蕋 | 1011111010100100100011101011000110111110101011001110100110100011 | bea48eb1beace9a3 |
UTF-8 | 召ア宵蕋 | 111001011000111110101100111011111011110110110001111001011010111010110101111010001001010110001011 | e58facefbdb1e5aeb5e8958b |
UHC | 召?宵? | 111000011010111100111111111000011011001000111111 | e1af3fe1b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)