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 | 艸苦帰 | 111001001000011110001011111010101000101101000001 | e4878bea8b41 |
EUC-JP | 艸苦帰 | 111001111110011110110110111011001011010110100010 | e7e7b6ecb5a2 |
UTF-8 | 艸苦帰 | 111010001000100110111000111010001000101110100110111001011011100010110000 | e889b8e88ba6e5b8b0 |
UHC | 艸苦? | 1111010110101100110011011100100000111111 | f5accdc83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)