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 | 梢霳シ | 1000111110111101111110111110110110111100 | 8fbdfbedbc |
EUC-JP | 梢霳シ | 10111110101111111000111111100111101011001000111010111100 | bebf8fe7ac8ebc |
UTF-8 | 梢霳シ | 111001101010001010100010111010011001110010110011111011111011110110111100 | e6a2a2e99cb3efbdbc |
UHC | 梢?? | 11110100111111100011111100111111 | f4fe3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)