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 | 踝らー溯咜霆 | 1110011011110100100000101110011110110000100111111110100011111010100100011110100010111011 | e6f482e7b09fe8fa91e8bb |
EUC-JP | 踝らー溯咜霆 | 11101100111101101010010011101001100011101011000011011110111010101000111110110101101010101111000010111101 | ecf6a4e98eb0deea8fb5aaf0bd |
UTF-8 | 踝らー溯咜霆 | 111010001011100010011101111000111000001010001001111011111011110110110000111001101011101010101111111001011001001010011100111010011001110010000110 | e8b89de38289efbdb0e6baafe5929ce99c86 |
UHC | ?ら?溯?霆 | 001111111010101011101001001111111110000110111101001111111110111111111101 | 3faae93fe1bd3feffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)