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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雎コ荵励冠 | 111010001011000110111010111001001011100110010111111000111000101010100101 | e8b1bae4b997e38aa5 |
EUC-JP | 雎コ荵励冠 | 11110000101100111000111010111010111010001011101111001110111001011011010010100111 | f0b38ebae8bbcee5b4a7 |
UTF-8 | 雎コ荵励冠 | 111010011001101110001110111011111011110110111010111010001000110110110101111001011000101010110001111001011000011010100000 | e99b8eefbdbae88db5e58ab1e586a0 |
UHC | 雎???冠 | 11101110110100010011111100111111001111111100111010101110 | eed13f3f3fceae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)