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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ロ「雜ロ「雜B | 110110111010001011101000101101101101101110100010111010001011011001000010 | dba2e8b6dba2e8b642 |
EUC-JP | ロ「雜ロ「雜B | 10001110110110111000111010100010111100001011100010001110110110111000111010100010111100001011100001000010 | 8edb8ea2f0b88edb8ea2f0b842 |
UTF-8 | ロ「雜ロ「雜B | 11101111101111101001101111101111101111011010001011101001100110111001110011101111101111101001101111101111101111011010001011101001100110111001110001000010 | efbe9befbda2e99b9cefbe9befbda2e99b9c42 |
UHC | ??雜??雜B | 001111110011111111101101110110100011111100111111111011011101101001000010 | 3f3fedda3f3fedda42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)