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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隴壽オゥ謫喊 | 11101000101011011001101011100110101101011010100111100110100100111001101001011110 | e8ad9ae6b5a9e6939a5e |
EUC-JP | 隴壽オゥ謫喊 | 111100001010111111010100111010001000111010110101100011101010100111101011111100111101001110111111 | f0afd4e88eb58ea9ebf3d3bf |
UTF-8 | 隴壽オゥ謫喊 | 111010011001101010110100111001011010001110111101111011111011110110110101111011111011110110101001111010001010110010101011111001011001011010001010 | e99ab4e5a3bdefbdb5efbda9e8acabe5968a |
UHC | ?壽??謫喊 | 001111111110000111111000001111110011111111101110111000111111100111100010 | 3fe1f83f3feee3f9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)