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 | ???rc^ | 001111110011111100111111011100100110001101011110 | 3f3f3f72635e |
SJIS-WIN | 巐わ弌rc^ | 111110101011011010000010111011011001100010011111011100100110001101011110 | fab682ed989f72635e |
EUC-JP | 巐わ弌rc^ | 10001111101110111111100110100100111011111101000010100001011100100110001101011110 | 8fbbf9a4efd0a172635e |
UTF-8 | 巐わ弌rc^ | 111001011011011110010000111000111000001010001111111001011011110010001100011100100110001101011110 | e5b790e3828fe5bc8c72635e |
UHC | ?わ?rc^ | 00111111101010101110111100111111011100100110001101011110 | 3faaef3f72635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)