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 | 諠壽クォ闊 | 1110011010000011100110101110011010111000101010111110100010001000 | e6839ae6b8abe888 |
EUC-JP | 諠壽クォ闊 | 11101011111000111101010011101000100011101011100010001110101010111110111111101000 | ebe3d4e88eb88eabefe8 |
UTF-8 | 諠壽クォ闊 | 111010001010101110100000111001011010001110111101111011111011110110111000111011111011110110101011111010011001011110001010 | e8aba0e5a3bdefbdb8efbdabe9978a |
UHC | ?壽??闊 | 00111111111000011111100000111111001111111111110011000100 | 3fe1f83f3ffcc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)