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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 倖燎黎??^ | 100011001111010011100000100110011110101001110100001111110011111101011110 | 8cf4e099ea743f3f5e |
EUC-JP | 倖燎黎玎?^ | 1011100011110110110111111111100111110011110101011000111111001011110100100011111101011110 | b8f6dff9f3d58fcbd23f5e |
UTF-8 | 倖燎黎玎렱^ | 11100101100000001001011011100111100001111000111011101001101110111000111011100111100011101000111011101011101000001011000101011110 | e58096e7878ee9bb8ee78e8eeba0b15e |
UHC | 倖燎黎玎렱^ | 1111101010111000110101101111101011010101111100111110111111101001100011101011111001011110 | fab8d6fad5f3efe98ebe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)