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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鯀リソリ | 111010011011111111011000111110001110100110111111110110001111100001000010 | e9bfd8f8e9bfd8f842 |
EUC-JP | 鯀リ?ソリ? | 11110010110000011000111011011000001111111000111010111111100011101101100000111111 | f2c18ed83f8ebf8ed83f |
UTF-8 | 鯀リソリ | 111010011010111110000000111011111011111010011000111011101001101010001000111011111011110110111111111011111011111010011000111011101001011110100010 | e9af80efbe98ee9a88efbdbfefbe98ee97a2 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)