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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 諠壽クォ閠 | 1110011010000011100110101110011010111000101010111110100010000000 | e6839ae6b8abe880 |
EUC-JP | 諠壽クォ閠 | 11101011111000111101010011101000100011101011100010001110101010111110111111100000 | ebe3d4e88eb88eabefe0 |
UTF-8 | 諠壽クォ閠 | 111010001010101110100000111001011010001110111101111011111011110110111000111011111011110110101011111010011001011010100000 | e8aba0e5a3bdefbdb8efbdabe996a0 |
UHC | ?壽??? | 001111111110000111111000001111110011111100111111 | 3fe1f83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)