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 | 諸???遇? | 1000111110010100001111110011111100111111100010111111011000111111 | 8f943f3f3f8bf63f |
EUC-JP | 諸?灝?遇? | 10111101111101000011111110001111110010011011111100111111101101101111100000111111 | bdf43f8fc9bf3fb6f83f |
UTF-8 | 諸렯灝렲遇렱 | 111010001010101110111000111010111010000010101111111001111000000110011101111010111010000010110010111010011000000110000111111010111010000010110001 | e8abb8eba0afe7819deba0b2e98187eba0b1 |
UHC | 諸렯灝렲遇렱 | 111100001011001110001110101111001111101111001110100011101011111111101001111001111000111010111110 | f0b38ebcfbce8ebfe9e78ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)