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 | ティテ淞津、 | 1100001110101000110000111001111111000010100100101100001110100100 | c3a8c39fc292c3a4 |
EUC-JP | ティテ淞津、 | 100011101100001110001110101010001000111011000011110111101100010011000100110001011000111010100100 | 8ec38ea88ec3dec4c4c58ea4 |
UTF-8 | ティテ淞津、 | 111011111011111010000011111011111011110110101000111011111011111010000011111001101011011110011110111001101011010010100101111011111011110110100100 | efbe83efbda8efbe83e6b79ee6b4a5efbda4 |
UHC | ???淞津? | 0011111100111111001111111110000111100111111100101101000000111111 | 3f3f3fe1e7f2d03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)