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 | ??憶?宸 | 00111111001111111000100110101111001111111001101110000010 | 3f3f89af3f9b82 |
EUC-JP | ??憶?宸 | 00111111001111111011001010110001001111111101010111100010 | 3f3fb2b13fd5e2 |
UTF-8 | 行렟憶렒宸 | 111011111010100010001000111010111010000010011111111001101000011010110110111010111010000010010010111001011010111010111000 | efa888eba09fe686b6eba092e5aeb8 |
UHC | 行렟憶렒宸 | 11111010101000011000111010110000111001011110001110001110101001111110001111100100 | faa18eb0e5e38ea7e3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)