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 | 押や? | 1000100110011111100000101110001000111111 | 899f82e23f |
EUC-JP | 押や? | 1011001010100001101001001110010000111111 | b2a1a4e43f |
UTF-8 | 押や퐜 | 111001101000101010111100111000111000001010000100111011011001000010011100 | e68abce38284ed909c |
UHC | 押や퐜 | 111001001110001110101010111001001011110110000110 | e4e3aae4bd86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)