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 | 雕ー竏ォ諤殖 | 11101000101110001011000011100010100010001010101111100110100000001001000001000010 | e8b8b0e288abe6809042 |
EUC-JP | 雕ー竏ォ諤殖 | 111100001011101010001110101100001110001111101000100011101010101111101011111000001011111110100011 | f0ba8eb0e3e88eabebe0bfa3 |
UTF-8 | 雕ー竏ォ諤殖 | 111010011001101110010101111011111011110110110000111001111010101110001111111011111011110110101011111010001010101110100100111001101010111010010110 | e99b95efbdb0e7ab8fefbdabe8aba4e6ae96 |
UHC | 雕????殖 | 1111000011100111001111110011111100111111001111111110001111010110 | f0e73f3f3f3fe3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)