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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 狄狄狄狄B | 111000001011110111100000101111011110000010111101111000001011110101000010 | e0bde0bde0bde0bd42 |
EUC-JP | 狄狄狄狄B | 111000001011111111100000101111111110000010111111111000001011111101000010 | e0bfe0bfe0bfe0bf42 |
UTF-8 | 狄狄狄狄B | 11100111100010111000010011100111100010111000010011100111100010111000010011100111100010111000010001000010 | e78b84e78b84e78b84e78b8442 |
UHC | 狄狄狄狄B | 111011101101101011101110110110101110111011011010111011101101101001000010 | eedaeedaeedaeeda42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)