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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 陲抑陲養^ | 111010001010001010010111011111011110100010100010100101110111101101011110 | e8a2977de8a2977b5e |
EUC-JP | 陲抑陲養^ | 111100001010010011001101110111101111000010100100110011011101110001011110 | f0a4cddef0a4cddc5e |
UTF-8 | 陲抑陲養^ | 11101001100110011011001011100110100010101001000111101001100110011011001011101001101001001000101001011110 | e999b2e68a91e999b2e9a48a5e |
UHC | ?抑?養^ | 00111111111001011110010000111111111001011101011101011110 | 3fe5e43fe5d75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)