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 | 奧hザ | 100110101111101010000010100010001000001101010101 | 9afa82888355 |
EUC-JP | 奧hザ | 110101001111110010100011111010001010010110110110 | d4fca3e8a5b6 |
UTF-8 | 奧hザ | 111001011010010110100111111011111011110110001000111000111000001010110110 | e5a5a7efbd88e382b6 |
UHC | 奧hザ | 111001111111001110100011111010001010101110110110 | e7f3a3e8abb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)