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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 軏情い遏 | 1111101110110010100011111110111010000010101000101110011110011111 | fbb28fee82a2e79f |
EUC-JP | 軏情い遏 | 100011111110000011011001101111101111000010100100101001001110111010100001 | 8fe0d9bef0a4a4eea1 |
UTF-8 | 軏情い遏 | 111010001011101110001111111001101000001110000101111000111000000110000100111010011000000110001111 | e8bb8fe68385e38184e9818f |
UHC | ?情い? | 001111111110111111010111101010101010010000111111 | 3fefd7aaa43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)