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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?諺ρ | 0011111110001100101111111000001111001111 | 3f8cbf83cf |
EUC-JP | ?諺ρ | 0011111110111000110000011010011011010001 | 3fb8c1a6d1 |
UTF-8 | 뤗諺ρ | 1110101110100100100101111110100010101011101110101100111110000001 | eba497e8abbacf81 |
UHC | 뤗諺ρ | 100011111100011111100101111011001010010111110001 | 8fc7e5eca5f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)