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 | 謳咲カ | 1110011010010000100011011110011110110110 | e6908de7b6 |
EUC-JP | 謳咲カ | 111010111111000010111010111010011000111010110110 | ebf0bae98eb6 |
UTF-8 | 謳咲カ | 111010001010110010110011111001011001001010110010111011111011110110110110 | e8acb3e592b2efbdb6 |
UHC | 謳?? | 11001111110001000011111100111111 | cfc43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)