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 | 雕画「ヲ譏ッ | 111010001011100010001001111001101010001010100110111001101001100010101111 | e8b889e6a2a6e698af |
EUC-JP | 雕画「ヲ譏ッ | 111100001011101010110010111010001000111010100010100011101010011011101011111110001000111010101111 | f0bab2e88ea28ea6ebf88eaf |
UTF-8 | 雕画「ヲ譏ッ | 111010011001101110010101111001111001010010111011111011111011110110100010111011111011110110100110111010001010110110001111111011111011110110101111 | e99b95e794bbefbda2efbda6e8ad8fefbdaf |
UHC | 雕???譏? | 1111000011100111001111110011111100111111110100011100000100111111 | f0e73f3f3fd1c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)