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 | 押???永 | 10001001100111110011111100111111001111111000100101101001 | 899f3f3f3f8969 |
EUC-JP | 押???永 | 10110010101000010011111100111111001111111011000111001010 | b2a13f3f3fb1ca |
UTF-8 | 押꾊낆쐫永 | 111001101000101010111100111010101011111010001010111010111000001010000110111011001001000010101011111001101011000010111000 | e68abceabe8aeb8286ec90abe6b0b8 |
UHC | 押꾊낆쐫永 | 11100100111000111000010011010001100001011110110010011100100100001110011110110101 | e4e384d185ec9c90e7b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)