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 | 謔滔売寘千ォ | 1110011010000010100111111110101110010100100001001111101010101001100100001110011110101011 | e6829feb9484faa990e7ab |
EUC-JP | 謔滔売寘千ォ | 11101011111000101101111011101101110001111110010010001111101110101110000111000000111010011000111010101011 | ebe2deedc7e48fbae1c0e98eab |
UTF-8 | 謔滔売寘千ォ | 111010001010110010010100111001101011101110010100111001011010001110110010111001011010111110011000111001011000110110000011111011111011110110101011 | e8ac94e6bb94e5a3b2e5af98e58d83efbdab |
UHC | 謔滔??千? | 111110011100110011010100101001010011111100111111111101001011011000111111 | f9ccd4a53f3ff4b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)