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 | 篌豪8襞 | 1110001010111010100011011000101110000010010101111110010111111100 | e2ba8d8b8257e5fc |
EUC-JP | 篌豪8襞 | 1110010010111100101110011110101110100011101110001110101011111110 | e4bcb9eba3b8eafe |
UTF-8 | 篌豪8襞 | 111001111010111110001100111010001011000110101010111011111011110010011000111010001010010110011110 | e7af8ce8b1aaefbc98e8a59e |
UHC | ?豪8? | 001111111111101111011111101000111011100000111111 | 3ffbdfa3b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)